Html Css Color HEX #72700C Olive

📋 copy color: '#72700C'

red 114 ◦ green 112 ◦ blue 12

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

Shades of Olive #72700C

Tints of Olive #72700C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.04%

R = 47.9%
G = 47.06%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#72700C (or 0x72700C) is known color: Olive. HEX triplet: 72, 70 and 0C. RGB value is (114,112,12). Sum of RGB (Red+Green+Blue) = 114+112+12=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 112 (44.14% from 255 or 47.06% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 114 - color contains mainly: red. Hex color #72700C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72700C is #8D8FF3. Grayscale: #656565. Windows color (decimal): -9277428 or 815218. OLE color: 815218.

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

Color convert

RGB 114 112 12 -
CMYK 0 0.02 0.89 0.55
HSL 58.82º 0.81% 0.25% -
HSV(B) 58.82º 0.89% 0.45% -
XYZ 12.8 15.19 2.61 -
YUV 101.2 77.66 137.13 -
System Red Green Blue C M Y K H S L
Decimal 114 112 12 0 0.02 0.89 0.55 58.82 0.81 0.25
Hex 72 70 C 0 2 59 37 3B 51 19
Octal 162 160 14 0 2 131 67 73 121 31
Binary 1110010 1110000 1100 0 10 1011001 110111 111011 1010001 11001

Color Harmonies of #72700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72700C

Black with #72700C

Text Example


Text Example

White with #72700C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72700C; }

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

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

background-color css

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

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

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

border-color css

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

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

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