Html Css Color HEX #727008 Olive

📋 copy color: '#727008'

red 114 ◦ green 112 ◦ blue 8

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

Shades of Olive #727008

Tints of Olive #727008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.42%

R = 48.72%
G = 47.86%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#727008 (or 0x727008) is known color: Olive. HEX triplet: 72, 70 and 08. RGB value is (114,112,8). Sum of RGB (Red+Green+Blue) = 114+112+8=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 8 (3.52% from 255 or 3.42% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #727008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727008 is #8D8FF7. Grayscale: #656565. Windows color (decimal): -9277432 or 553074. OLE color: 553074.

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

Color convert

RGB 114 112 8 -
CMYK 0 0.02 0.93 0.55
HSL 58.87º 0.87% 0.24% -
HSV(B) 58.87º 0.93% 0.45% -
XYZ 12.78 15.18 2.49 -
YUV 100.74 75.66 137.46 -
System Red Green Blue C M Y K H S L
Decimal 114 112 8 0 0.02 0.93 0.55 58.87 0.87 0.24
Hex 72 70 8 0 2 5D 37 3B 57 18
Octal 162 160 10 0 2 135 67 73 127 30
Binary 1110010 1110000 1000 0 10 1011101 110111 111011 1010111 11000

Color Harmonies of #727008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727008

Black with #727008

Text Example


Text Example

White with #727008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727008; }

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

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

background-color css

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

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

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

border-color css

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

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

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