Html Css Color HEX #729504 Olive

📋 copy color: '#729504'

red 114 ◦ green 149 ◦ blue 4

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

Shades of Olive #729504

Tints of Olive #729504

RGB

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

 GREEN value IS 149 (58.59% from 255) = 55.81%

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

R = 42.7%
G = 55.81%
B = 1.5%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#729504 (or 0x729504) is known color: Olive. HEX triplet: 72, 95 and 04. RGB value is (114,149,4). Sum of RGB (Red+Green+Blue) = 114+149+4=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 149 (58.59% from 255 or 55.81% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 149 - color contains mainly: green. Hex color #729504 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729504 is #8D6AFB. Grayscale: #7A7A7A. Windows color (decimal): -9267964 or 300402. OLE color: 300402.

HSL color Cylindrical-coordinate representation of color #729504: hue angle of 74.48º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #729504 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 149 4 -
CMYK 0.23 0 0.97 0.42
HSL 74.48º 0.95% 0.3% -
HSV(B) 74.48º 0.97% 0.58% -
XYZ 17.71 25.08 4.02 -
YUV 122.01 61.4 122.29 -
System Red Green Blue C M Y K H S L
Decimal 114 149 4 0.23 0 0.97 0.42 74.48 0.95 0.3
Hex 72 95 4 17 0 61 2A 4A 5F 1E
Octal 162 225 4 27 0 141 52 112 137 36
Binary 1110010 10010101 100 10111 0 1100001 101010 1001010 1011111 11110

Color Harmonies of #729504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729504

Black with #729504

Text Example


Text Example

White with #729504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729504; }

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

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

background-color css

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

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

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

border-color css

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

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

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