Html Css Color HEX #79931C Olive Drab

📋 copy color: '#79931C'

red 121 ◦ green 147 ◦ blue 28

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

Shades of Olive Drab #79931C

Tints of Olive Drab #79931C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.46%

R = 40.88%
G = 49.66%
B = 9.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#79931C (or 0x79931C) is known color: Olive Drab. HEX triplet: 79, 93 and 1C. RGB value is (121,147,28). Sum of RGB (Red+Green+Blue) = 121+147+28=296 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.88% from 296); Green value is 147 (57.81% from 255 or 49.66% from 296); Blue value is 28 (11.33% from 255 or 9.46% from 296); Max value from RGB is 147 - color contains mainly: green. Hex color #79931C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79931C is #866CE3. Grayscale: #7E7E7E. Windows color (decimal): -8809700 or 1872761. OLE color: 1872761.

HSL color Cylindrical-coordinate representation of color #79931C: hue angle of 73.11º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #79931C is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 147 28 -
CMYK 0.18 0 0.81 0.42
HSL 73.11º 0.68% 0.34% -
HSV(B) 73.11º 0.81% 0.58% -
XYZ 18.53 25.02 4.95 -
YUV 125.66 72.89 124.68 -
System Red Green Blue C M Y K H S L
Decimal 121 147 28 0.18 0 0.81 0.42 73.11 0.68 0.34
Hex 79 93 1C 12 0 51 2A 49 44 22
Octal 171 223 34 22 0 121 52 111 104 42
Binary 1111001 10010011 11100 10010 0 1010001 101010 1001001 1000100 100010

Color Harmonies of #79931C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79931C

Black with #79931C

Text Example


Text Example

White with #79931C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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