Html Css Color HEX #729500 Olive

📋 copy color: '#729500'

red 114 ◦ green 149 ◦ blue 0

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

Shades of Olive #729500

Tints of Olive #729500

RGB

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

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

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

R = 43.35%
G = 56.65%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#729500 (or 0x729500) is known color: Olive. HEX triplet: 72, 95 and 00. RGB value is (114,149,0). Sum of RGB (Red+Green+Blue) = 114+149+0=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 149 (58.59% from 255 or 56.65% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 149 - color contains mainly: green. Hex color #729500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729500 is #8D6AFF. Grayscale: #7A7A7A. Windows color (decimal): -9267968 or 38258. OLE color: 38258.

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

Color convert

RGB 114 149 0 -
CMYK 0.23 0 1 0.42
HSL 74.09º 1% 0.29% -
HSV(B) 74.09º 1% 0.58% -
XYZ 17.69 25.07 3.91 -
YUV 121.55 59.4 122.62 -
System Red Green Blue C M Y K H S L
Decimal 114 149 0 0.23 0 1 0.42 74.09 1 0.29
Hex 72 95 0 17 0 64 2A 4A 64 1D
Octal 162 225 0 27 0 144 52 112 144 35
Binary 1110010 10010101 0 10111 0 1100100 101010 1001010 1100100 11101

Color Harmonies of #729500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729500

Black with #729500

Text Example


Text Example

White with #729500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729500; }

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

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

background-color css

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

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

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

border-color css

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

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

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