Html Css Color HEX #729700 Olive

📋 copy color: '#729700'

red 114 ◦ green 151 ◦ blue 0

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

Shades of Olive #729700

Tints of Olive #729700

RGB

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

 GREEN value IS 151 (59.38% from 255) = 56.98%

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

R = 43.02%
G = 56.98%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#729700 (or 0x729700) is known color: Olive. HEX triplet: 72, 97 and 00. RGB value is (114,151,0). Sum of RGB (Red+Green+Blue) = 114+151+0=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 151 (59.38% from 255 or 56.98% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 151 - color contains mainly: green. Hex color #729700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729700 is #8D68FF. Grayscale: #7B7B7B. Windows color (decimal): -9267456 or 38770. OLE color: 38770.

HSL color Cylindrical-coordinate representation of color #729700: hue angle of 74.7º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #729700 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 151 0 -
CMYK 0.25 0 1 0.41
HSL 74.7º 1% 0.3% -
HSV(B) 74.7º 1% 0.59% -
XYZ 18.01 25.71 4.01 -
YUV 122.72 58.74 121.78 -
System Red Green Blue C M Y K H S L
Decimal 114 151 0 0.25 0 1 0.41 74.7 1 0.3
Hex 72 97 0 19 0 64 29 4B 64 1E
Octal 162 227 0 31 0 144 51 113 144 36
Binary 1110010 10010111 0 11001 0 1100100 101001 1001011 1100100 11110

Color Harmonies of #729700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729700

Black with #729700

Text Example


Text Example

White with #729700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729700; }

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

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

background-color css

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

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

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

border-color css

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

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

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