Html Css Color HEX #729004 Olive

📋 copy color: '#729004'

red 114 ◦ green 144 ◦ blue 4

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

Shades of Olive #729004

Tints of Olive #729004

RGB

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

 GREEN value IS 144 (56.64% from 255) = 54.96%

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

R = 43.51%
G = 54.96%
B = 1.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#729004 (or 0x729004) is known color: Olive. HEX triplet: 72, 90 and 04. RGB value is (114,144,4). Sum of RGB (Red+Green+Blue) = 114+144+4=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 144 (56.64% from 255 or 54.96% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 144 - color contains mainly: green. Hex color #729004 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729004 is #8D6FFB. Grayscale: #777777. Windows color (decimal): -9269244 or 299122. OLE color: 299122.

HSL color Cylindrical-coordinate representation of color #729004: hue angle of 72.86º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #729004 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 144 4 -
CMYK 0.21 0 0.97 0.44
HSL 72.86º 0.95% 0.29% -
HSV(B) 72.86º 0.97% 0.56% -
XYZ 16.93 23.53 3.76 -
YUV 119.07 63.06 124.38 -
System Red Green Blue C M Y K H S L
Decimal 114 144 4 0.21 0 0.97 0.44 72.86 0.95 0.29
Hex 72 90 4 15 0 61 2C 49 5F 1D
Octal 162 220 4 25 0 141 54 111 137 35
Binary 1110010 10010000 100 10101 0 1100001 101100 1001001 1011111 11101

Color Harmonies of #729004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729004

Black with #729004

Text Example


Text Example

White with #729004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729004; }

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

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

background-color css

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

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

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

border-color css

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

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

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