Html Css Color HEX #726200 Olive

📋 copy color: '#726200'

red 114 ◦ green 98 ◦ blue 0

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

Shades of Olive #726200

Tints of Olive #726200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.23%

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

R = 53.77%
G = 46.23%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#726200 (or 0x726200) is known color: Olive. HEX triplet: 72, 62 and 00. RGB value is (114,98,0). Sum of RGB (Red+Green+Blue) = 114+98+0=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #726200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726200 is #8D9DFF. Grayscale: #5C5C5C. Windows color (decimal): -9281024 or 25202. OLE color: 25202.

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

Color convert

RGB 114 98 0 -
CMYK 0 0.14 1 0.55
HSL 51.58º 1% 0.22% -
HSV(B) 51.58º 1% 0.45% -
XYZ 11.31 12.31 1.78 -
YUV 91.61 76.3 143.97 -
System Red Green Blue C M Y K H S L
Decimal 114 98 0 0 0.14 1 0.55 51.58 1 0.22
Hex 72 62 0 0 E 64 37 34 64 16
Octal 162 142 0 0 16 144 67 64 144 26
Binary 1110010 1100010 0 0 1110 1100100 110111 110100 1100100 10110

Color Harmonies of #726200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726200

Black with #726200

Text Example


Text Example

White with #726200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726200; }

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

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

background-color css

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

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

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

border-color css

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

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

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