Html Css Color HEX #79931E Olive Drab

📋 copy color: '#79931E'

red 121 ◦ green 147 ◦ blue 30

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

Shades of Olive Drab #79931E

Tints of Olive Drab #79931E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49.33%

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

R = 40.6%
G = 49.33%
B = 10.07%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#79931E (or 0x79931E) is known color: Olive Drab. HEX triplet: 79, 93 and 1E. RGB value is (121,147,30). Sum of RGB (Red+Green+Blue) = 121+147+30=298 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.60% from 298); Green value is 147 (57.81% from 255 or 49.33% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 147 - color contains mainly: green. Hex color #79931E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79931E is #866CE1. Grayscale: #7E7E7E. Windows color (decimal): -8809698 or 2003833. OLE color: 2003833.

HSL color Cylindrical-coordinate representation of color #79931E: hue angle of 73.33º 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 #79931E is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 147 30 -
CMYK 0.18 0 0.80 0.42
HSL 73.33º 0.66% 0.35% -
HSV(B) 73.33º 0.8% 0.58% -
XYZ 18.55 25.03 5.08 -
YUV 125.89 73.89 124.51 -
System Red Green Blue C M Y K H S L
Decimal 121 147 30 0.18 0 0.80 0.42 73.33 0.66 0.35
Hex 79 93 1E 12 0 50 2A 49 42 23
Octal 171 223 36 22 0 120 52 111 102 43
Binary 1111001 10010011 11110 10010 0 1010000 101010 1001001 1000010 100011

Color Harmonies of #79931E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79931E

Black with #79931E

Text Example


Text Example

White with #79931E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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