Html Css Color HEX #79961A Olive Drab

📋 copy color: '#79961A'

red 121 ◦ green 150 ◦ blue 26

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

Shades of Olive Drab #79961A

Tints of Olive Drab #79961A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.51%

 BLUE value IS 26 (10.55% from 255) = 8.75%

R = 40.74%
G = 50.51%
B = 8.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#79961A (or 0x79961A) is known color: Olive Drab. HEX triplet: 79, 96 and 1A. RGB value is (121,150,26). Sum of RGB (Red+Green+Blue) = 121+150+26=297 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.74% from 297); Green value is 150 (58.98% from 255 or 50.51% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 150 - color contains mainly: green. Hex color #79961A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79961A is #8669E5. Grayscale: #7F7F7F. Windows color (decimal): -8808934 or 1742457. OLE color: 1742457.

HSL color Cylindrical-coordinate representation of color #79961A: hue angle of 74.03º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #79961A is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB 121 150 26 -
CMYK 0.19 0 0.83 0.41
HSL 74.03º 0.7% 0.35% -
HSV(B) 74.03º 0.83% 0.59% -
XYZ 18.98 25.95 4.99 -
YUV 127.19 70.89 123.58 -
System Red Green Blue C M Y K H S L
Decimal 121 150 26 0.19 0 0.83 0.41 74.03 0.7 0.35
Hex 79 96 1A 13 0 53 29 4A 46 23
Octal 171 226 32 23 0 123 51 112 106 43
Binary 1111001 10010110 11010 10011 0 1010011 101001 1001010 1000110 100011

Color Harmonies of #79961A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79961A

Black with #79961A

Text Example


Text Example

White with #79961A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79961A; }

 p { color: rgb(121,150,26); }

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

background-color css

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

 a { background-color: rgb(121,150,26); }

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

border-color css

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

 span { border-color: rgb(121,150,26); }

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