Html Css Color HEX #726E07 Olive

📋 copy color: '#726E07'

red 114 ◦ green 110 ◦ blue 7

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

Shades of Olive #726E07

Tints of Olive #726E07

RGB

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

 GREEN value IS 110 (43.36% from 255) = 47.62%

 BLUE value IS 7 (3.13% from 255) = 3.03%

R = 49.35%
G = 47.62%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#726E07 (or 0x726E07) is known color: Olive. HEX triplet: 72, 6E and 07. RGB value is (114,110,7). Sum of RGB (Red+Green+Blue) = 114+110+7=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 110 (43.36% from 255 or 47.62% from 231); Blue value is 7 (3.12% from 255 or 3.03% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #726E07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726E07 is #8D91F8. Grayscale: #636363. Windows color (decimal): -9277945 or 487026. OLE color: 487026.

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

Color convert

RGB 114 110 7 -
CMYK 0 0.04 0.94 0.55
HSL 57.76º 0.88% 0.24% -
HSV(B) 57.76º 0.94% 0.45% -
XYZ 12.55 14.74 2.39 -
YUV 99.45 75.83 138.38 -
System Red Green Blue C M Y K H S L
Decimal 114 110 7 0 0.04 0.94 0.55 57.76 0.88 0.24
Hex 72 6E 7 0 4 5E 37 3A 58 18
Octal 162 156 7 0 4 136 67 72 130 30
Binary 1110010 1101110 111 0 100 1011110 110111 111010 1011000 11000

Color Harmonies of #726E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726E07

Black with #726E07

Text Example


Text Example

White with #726E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,110,7); }

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

background-color css

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

 a { background-color: rgb(114,110,7); }

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

border-color css

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

 span { border-color: rgb(114,110,7); }

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