Html Css Color HEX #727010 Olivetone

📋 copy color: '#727010'

red 114 ◦ green 112 ◦ blue 16

#727010
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivetone #727010

Tints of Olivetone #727010

RGB

 RED value IS 114 (44.92% from 255) = 47.11%

 GREEN value IS 112 (44.14% from 255) = 46.28%

 BLUE value IS 16 (6.64% from 255) = 6.61%

R = 47.11%
G = 46.28%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#727010 (or 0x727010) is known color: Olivetone. HEX triplet: 72, 70 and 10. RGB value is (114,112,16). Sum of RGB (Red+Green+Blue) = 114+112+16=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #727010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727010 is #8D8FEF. Grayscale: #666666. Windows color (decimal): -9277424 or 1077362. OLE color: 1077362.

HSL color Cylindrical-coordinate representation of color #727010: hue angle of 58.78º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #727010 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 112 16 -
CMYK 0 0.02 0.86 0.55
HSL 58.78º 0.75% 0.25% -
HSV(B) 58.78º 0.86% 0.45% -
XYZ 12.83 15.2 2.75 -
YUV 101.65 79.66 136.81 -
System Red Green Blue C M Y K H S L
Decimal 114 112 16 0 0.02 0.86 0.55 58.78 0.75 0.25
Hex 72 70 10 0 2 56 37 3B 4B 19
Octal 162 160 20 0 2 126 67 73 113 31
Binary 1110010 1110000 10000 0 10 1010110 110111 111011 1001011 11001

Color Harmonies of #727010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727010

Black with #727010

Text Example


Text Example

White with #727010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727010; }

 p { color: rgb(114,112,16); }

 H1.HeaderClassName
 {
   color: #727010;
 }
 .AnyTagClassName
 {
   color: #727010;
 }
</style>

background-color css

<style>
 a { background-color: #727010; }

 a { background-color: rgb(114,112,16); }

 div.DivClassName
 {
   background-color: #727010;
 }
 .BgClassName
 {
   background-color: #727010;
 }
</style>

border-color css

<style>
 span { border-color: #727010; }

 span { border-color: rgb(114,112,16); }

 td.TdClassName
 {
   border-color: #727010;
 }
 .TagClassName
 {
   border-color: #727010;
 }
</style>