Html Css Color HEX #726C06 Olive

📋 copy color: '#726C06'

red 114 ◦ green 108 ◦ blue 6

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

Shades of Olive #726C06

Tints of Olive #726C06

RGB

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

 GREEN value IS 108 (42.58% from 255) = 47.37%

 BLUE value IS 6 (2.73% from 255) = 2.63%

R = 50%
G = 47.37%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#726C06 (or 0x726C06) is known color: Olive. HEX triplet: 72, 6C and 06. RGB value is (114,108,6). Sum of RGB (Red+Green+Blue) = 114+108+6=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 108 (42.58% from 255 or 47.37% from 228); Blue value is 6 (2.73% from 255 or 2.63% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #726C06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726C06 is #8D93F9. Grayscale: #626262. Windows color (decimal): -9278458 or 420978. OLE color: 420978.

HSL color Cylindrical-coordinate representation of color #726C06: hue angle of 56.67º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #726C06 is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 108 6 -
CMYK 0 0.05 0.95 0.55
HSL 56.67º 0.9% 0.24% -
HSV(B) 56.67º 0.95% 0.45% -
XYZ 12.33 14.32 2.29 -
YUV 98.17 75.99 139.29 -
System Red Green Blue C M Y K H S L
Decimal 114 108 6 0 0.05 0.95 0.55 56.67 0.9 0.24
Hex 72 6C 6 0 5 5F 37 39 5A 18
Octal 162 154 6 0 5 137 67 71 132 30
Binary 1110010 1101100 110 0 101 1011111 110111 111001 1011010 11000

Color Harmonies of #726C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726C06

Black with #726C06

Text Example


Text Example

White with #726C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726C06; }

 p { color: rgb(114,108,6); }

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

background-color css

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

 a { background-color: rgb(114,108,6); }

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

border-color css

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

 span { border-color: rgb(114,108,6); }

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