Html Css Color HEX #727004 Olive

📋 copy color: '#727004'

red 114 ◦ green 112 ◦ blue 4

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

Shades of Olive #727004

Tints of Olive #727004

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.7%

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

R = 49.57%
G = 48.7%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#727004 (or 0x727004) is known color: Olive. HEX triplet: 72, 70 and 04. RGB value is (114,112,4). Sum of RGB (Red+Green+Blue) = 114+112+4=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #727004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727004 is #8D8FFB. Grayscale: #646464. Windows color (decimal): -9277436 or 290930. OLE color: 290930.

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

Color convert

RGB 114 112 4 -
CMYK 0 0.02 0.96 0.55
HSL 58.91º 0.93% 0.23% -
HSV(B) 58.91º 0.96% 0.45% -
XYZ 12.76 15.17 2.37 -
YUV 100.29 73.66 137.78 -
System Red Green Blue C M Y K H S L
Decimal 114 112 4 0 0.02 0.96 0.55 58.91 0.93 0.23
Hex 72 70 4 0 2 60 37 3B 5D 17
Octal 162 160 4 0 2 140 67 73 135 27
Binary 1110010 1110000 100 0 10 1100000 110111 111011 1011101 10111

Color Harmonies of #727004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727004

Black with #727004

Text Example


Text Example

White with #727004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727004; }

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

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

background-color css

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

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

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

border-color css

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

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

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