Html Css Color HEX #726D04 Olive

📋 copy color: '#726D04'

red 114 ◦ green 109 ◦ blue 4

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

Shades of Olive #726D04

Tints of Olive #726D04

RGB

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

 GREEN value IS 109 (42.97% from 255) = 48.02%

 BLUE value IS 4 (1.95% from 255) = 1.76%

R = 50.22%
G = 48.02%
B = 1.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#726D04 (or 0x726D04) is known color: Olive. HEX triplet: 72, 6D and 04. RGB value is (114,109,4). Sum of RGB (Red+Green+Blue) = 114+109+4=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 109 (42.97% from 255 or 48.02% from 227); Blue value is 4 (1.95% from 255 or 1.76% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #726D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726D04 is #8D92FB. Grayscale: #626262. Windows color (decimal): -9278204 or 290162. OLE color: 290162.

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

Color convert

RGB 114 109 4 -
CMYK 0 0.04 0.96 0.55
HSL 57.27º 0.93% 0.23% -
HSV(B) 57.27º 0.96% 0.45% -
XYZ 12.43 14.52 2.26 -
YUV 98.53 74.66 139.04 -
System Red Green Blue C M Y K H S L
Decimal 114 109 4 0 0.04 0.96 0.55 57.27 0.93 0.23
Hex 72 6D 4 0 4 60 37 39 5D 17
Octal 162 155 4 0 4 140 67 71 135 27
Binary 1110010 1101101 100 0 100 1100000 110111 111001 1011101 10111

Color Harmonies of #726D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726D04

Black with #726D04

Text Example


Text Example

White with #726D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,109,4); }

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

background-color css

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

 a { background-color: rgb(114,109,4); }

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

border-color css

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

 span { border-color: rgb(114,109,4); }

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