Html Css Color HEX #79940F Olive Drab

📋 copy color: '#79940F'

red 121 ◦ green 148 ◦ blue 15

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

Shades of Olive Drab #79940F

Tints of Olive Drab #79940F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.28%

R = 42.61%
G = 52.11%
B = 5.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#79940F (or 0x79940F) is known color: Olive Drab. HEX triplet: 79, 94 and 0F. RGB value is (121,148,15). Sum of RGB (Red+Green+Blue) = 121+148+15=284 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.61% from 284); Green value is 148 (58.20% from 255 or 52.11% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 148 - color contains mainly: green. Hex color #79940F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #79940F is #866BF0. Grayscale: #7D7D7D. Windows color (decimal): -8809457 or 1021049. OLE color: 1021049.

HSL color Cylindrical-coordinate representation of color #79940F: hue angle of 72.18º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #79940F is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 148 15 -
CMYK 0.18 0 0.90 0.42
HSL 72.18º 0.82% 0.32% -
HSV(B) 72.18º 0.9% 0.58% -
XYZ 18.56 25.28 4.35 -
YUV 124.77 66.05 125.31 -
System Red Green Blue C M Y K H S L
Decimal 121 148 15 0.18 0 0.90 0.42 72.18 0.82 0.32
Hex 79 94 F 12 0 5A 2A 48 52 20
Octal 171 224 17 22 0 132 52 110 122 40
Binary 1111001 10010100 1111 10010 0 1011010 101010 1001000 1010010 100000

Color Harmonies of #79940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79940F

Black with #79940F

Text Example


Text Example

White with #79940F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79940F; }

 p { color: rgb(121,148,15); }

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

background-color css

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

 a { background-color: rgb(121,148,15); }

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

border-color css

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

 span { border-color: rgb(121,148,15); }

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