Html Css Color HEX #729400 Olive

📋 copy color: '#729400'

red 114 ◦ green 148 ◦ blue 0

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

Shades of Olive #729400

Tints of Olive #729400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 56.49%

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

R = 43.51%
G = 56.49%
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

#729400 (or 0x729400) is known color: Olive. HEX triplet: 72, 94 and 00. RGB value is (114,148,0). Sum of RGB (Red+Green+Blue) = 114+148+0=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 148 (58.20% from 255 or 56.49% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 148 - color contains mainly: green. Hex color #729400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729400 is #8D6BFF. Grayscale: #797979. Windows color (decimal): -9268224 or 38002. OLE color: 38002.

HSL color Cylindrical-coordinate representation of color #729400: hue angle of 73.78º 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 #729400 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 148 0 -
CMYK 0.23 0 1 0.42
HSL 73.78º 1% 0.29% -
HSV(B) 73.78º 1% 0.58% -
XYZ 17.53 24.76 3.85 -
YUV 120.96 59.74 123.03 -
System Red Green Blue C M Y K H S L
Decimal 114 148 0 0.23 0 1 0.42 73.78 1 0.29
Hex 72 94 0 17 0 64 2A 4A 64 1D
Octal 162 224 0 27 0 144 52 112 144 35
Binary 1110010 10010100 0 10111 0 1100100 101010 1001010 1100100 11101

Color Harmonies of #729400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729400

Black with #729400

Text Example


Text Example

White with #729400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729400; }

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

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

background-color css

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

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

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

border-color css

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

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

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