Html Css Color HEX #727012 Olivetone

📋 copy color: '#727012'

red 114 ◦ green 112 ◦ blue 18

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

Shades of Olivetone #727012

Tints of Olivetone #727012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.38%

R = 46.72%
G = 45.9%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#727012 (or 0x727012) is known color: Olivetone. HEX triplet: 72, 70 and 12. RGB value is (114,112,18). Sum of RGB (Red+Green+Blue) = 114+112+18=244 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.72% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 114 - color contains mainly: red. Hex color #727012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727012 is #8D8FED. Grayscale: #666666. Windows color (decimal): -9277422 or 1208434. OLE color: 1208434.

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

Color convert

RGB 114 112 18 -
CMYK 0 0.02 0.84 0.55
HSL 58.75º 0.73% 0.26% -
HSV(B) 58.75º 0.84% 0.45% -
XYZ 12.84 15.21 2.83 -
YUV 101.88 80.66 136.64 -
System Red Green Blue C M Y K H S L
Decimal 114 112 18 0 0.02 0.84 0.55 58.75 0.73 0.26
Hex 72 70 12 0 2 54 37 3B 49 1A
Octal 162 160 22 0 2 124 67 73 111 32
Binary 1110010 1110000 10010 0 10 1010100 110111 111011 1001001 11010

Color Harmonies of #727012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727012

Black with #727012

Text Example


Text Example

White with #727012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727012; }

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

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

background-color css

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

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

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

border-color css

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

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

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