Html Css Color HEX #799124 Olive Drab

📋 copy color: '#799124'

red 121 ◦ green 145 ◦ blue 36

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

Shades of Olive Drab #799124

Tints of Olive Drab #799124

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.01%

 BLUE value IS 36 (14.45% from 255) = 11.92%

R = 40.07%
G = 48.01%
B = 11.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#799124 (or 0x799124) is known color: Olive Drab. HEX triplet: 79, 91 and 24. RGB value is (121,145,36). Sum of RGB (Red+Green+Blue) = 121+145+36=302 (40% of max value = 765). Red value is 121 (47.66% from 255 or 40.07% from 302); Green value is 145 (57.03% from 255 or 48.01% from 302); Blue value is 36 (14.45% from 255 or 11.92% from 302); Max value from RGB is 145 - color contains mainly: green. Hex color #799124 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799124 is #866EDB. Grayscale: #7D7D7D. Windows color (decimal): -8810204 or 2396537. OLE color: 2396537.

HSL color Cylindrical-coordinate representation of color #799124: hue angle of 73.21º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #799124 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB 121 145 36 -
CMYK 0.17 0 0.75 0.43
HSL 73.21º 0.6% 0.35% -
HSV(B) 73.21º 0.75% 0.57% -
XYZ 18.33 24.44 5.42 -
YUV 125.4 77.55 124.86 -
System Red Green Blue C M Y K H S L
Decimal 121 145 36 0.17 0 0.75 0.43 73.21 0.6 0.35
Hex 79 91 24 11 0 4B 2B 49 3C 23
Octal 171 221 44 21 0 113 53 111 74 43
Binary 1111001 10010001 100100 10001 0 1001011 101011 1001001 111100 100011

Color Harmonies of #799124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799124

Black with #799124

Text Example


Text Example

White with #799124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799124; }

 p { color: rgb(121,145,36); }

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

background-color css

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

 a { background-color: rgb(121,145,36); }

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

border-color css

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

 span { border-color: rgb(121,145,36); }

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