Html Css Color HEX #726600 Olive

📋 copy color: '#726600'

red 114 ◦ green 102 ◦ blue 0

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

Shades of Olive #726600

Tints of Olive #726600

RGB

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

 GREEN value IS 102 (40.23% from 255) = 47.22%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.78%
G = 47.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#726600 (or 0x726600) is known color: Olive. HEX triplet: 72, 66 and 00. RGB value is (114,102,0). Sum of RGB (Red+Green+Blue) = 114+102+0=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 102 (40.23% from 255 or 47.22% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #726600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726600 is #8D99FF. Grayscale: #5E5E5E. Windows color (decimal): -9280000 or 26226. OLE color: 26226.

HSL color Cylindrical-coordinate representation of color #726600: hue angle of 53.68º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #726600 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 102 0 -
CMYK 0 0.11 1 0.55
HSL 53.68º 1% 0.22% -
HSV(B) 53.68º 1% 0.45% -
XYZ 11.69 13.08 1.91 -
YUV 93.96 74.98 142.29 -
System Red Green Blue C M Y K H S L
Decimal 114 102 0 0 0.11 1 0.55 53.68 1 0.22
Hex 72 66 0 0 B 64 37 36 64 16
Octal 162 146 0 0 13 144 67 66 144 26
Binary 1110010 1100110 0 0 1011 1100100 110111 110110 1100100 10110

Color Harmonies of #726600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726600

Black with #726600

Text Example


Text Example

White with #726600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726600; }

 p { color: rgb(114,102,0); }

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

background-color css

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

 a { background-color: rgb(114,102,0); }

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

border-color css

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

 span { border-color: rgb(114,102,0); }

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