Html Css Color HEX #79951E Olive Drab

📋 copy color: '#79951E'

red 121 ◦ green 149 ◦ blue 30

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

Shades of Olive Drab #79951E

Tints of Olive Drab #79951E

RGB

 RED value IS 121 (47.66% from 255) = 40.33%

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

 BLUE value IS 30 (12.11% from 255) = 10%

R = 40.33%
G = 49.67%
B = 10%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#79951E (or 0x79951E) is known color: Olive Drab. HEX triplet: 79, 95 and 1E. RGB value is (121,149,30). Sum of RGB (Red+Green+Blue) = 121+149+30=300 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.33% from 300); Green value is 149 (58.59% from 255 or 49.67% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 149 - color contains mainly: green. Hex color #79951E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79951E is #866AE1. Grayscale: #7F7F7F. Windows color (decimal): -8809186 or 2004345. OLE color: 2004345.

HSL color Cylindrical-coordinate representation of color #79951E: hue angle of 74.12º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #79951E is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 149 30 -
CMYK 0.19 0 0.80 0.42
HSL 74.12º 0.66% 0.35% -
HSV(B) 74.12º 0.8% 0.58% -
XYZ 18.87 25.65 5.19 -
YUV 127.06 73.22 123.68 -
System Red Green Blue C M Y K H S L
Decimal 121 149 30 0.19 0 0.80 0.42 74.12 0.66 0.35
Hex 79 95 1E 13 0 50 2A 4A 42 23
Octal 171 225 36 23 0 120 52 112 102 43
Binary 1111001 10010101 11110 10011 0 1010000 101010 1001010 1000010 100011

Color Harmonies of #79951E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79951E

Black with #79951E

Text Example


Text Example

White with #79951E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79951E; }

 p { color: rgb(121,149,30); }

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

background-color css

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

 a { background-color: rgb(121,149,30); }

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

border-color css

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

 span { border-color: rgb(121,149,30); }

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