Html Css Color HEX #726706 Olive

📋 copy color: '#726706'

red 114 ◦ green 103 ◦ blue 6

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

Shades of Olive #726706

Tints of Olive #726706

RGB

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

 GREEN value IS 103 (40.63% from 255) = 46.19%

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

R = 51.12%
G = 46.19%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#726706 (or 0x726706) is known color: Olive. HEX triplet: 72, 67 and 06. RGB value is (114,103,6). Sum of RGB (Red+Green+Blue) = 114+103+6=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 103 (40.62% from 255 or 46.19% from 223); Blue value is 6 (2.73% from 255 or 2.69% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #726706 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726706 is #8D98F9. Grayscale: #5F5F5F. Windows color (decimal): -9279738 or 419698. OLE color: 419698.

HSL color Cylindrical-coordinate representation of color #726706: hue angle of 53.89º 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 #726706 is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 103 6 -
CMYK 0 0.10 0.95 0.55
HSL 53.89º 0.9% 0.24% -
HSV(B) 53.89º 0.95% 0.45% -
XYZ 11.82 13.29 2.11 -
YUV 95.23 77.64 141.39 -
System Red Green Blue C M Y K H S L
Decimal 114 103 6 0 0.10 0.95 0.55 53.89 0.9 0.24
Hex 72 67 6 0 A 5F 37 36 5A 18
Octal 162 147 6 0 12 137 67 66 132 30
Binary 1110010 1100111 110 0 1010 1011111 110111 110110 1011010 11000

Color Harmonies of #726706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726706

Black with #726706

Text Example


Text Example

White with #726706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726706; }

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

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

background-color css

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

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

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

border-color css

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

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

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