Html Css Color HEX #799512 Olive Drab

📋 copy color: '#799512'

red 121 ◦ green 149 ◦ blue 18

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

Shades of Olive Drab #799512

Tints of Olive Drab #799512

RGB

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

 GREEN value IS 149 (58.59% from 255) = 51.74%

 BLUE value IS 18 (7.42% from 255) = 6.25%

R = 42.01%
G = 51.74%
B = 6.25%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#799512 (or 0x799512) is known color: Olive Drab. HEX triplet: 79, 95 and 12. RGB value is (121,149,18). Sum of RGB (Red+Green+Blue) = 121+149+18=288 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.01% from 288); Green value is 149 (58.59% from 255 or 51.74% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 149 - color contains mainly: green. Hex color #799512 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799512 is #866AED. Grayscale: #7E7E7E. Windows color (decimal): -8809198 or 1217913. OLE color: 1217913.

HSL color Cylindrical-coordinate representation of color #799512: hue angle of 72.82º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #799512 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 149 18 -
CMYK 0.19 0 0.88 0.42
HSL 72.82º 0.78% 0.33% -
HSV(B) 72.82º 0.88% 0.58% -
XYZ 18.74 25.6 4.53 -
YUV 125.69 67.22 124.65 -
System Red Green Blue C M Y K H S L
Decimal 121 149 18 0.19 0 0.88 0.42 72.82 0.78 0.33
Hex 79 95 12 13 0 58 2A 49 4E 21
Octal 171 225 22 23 0 130 52 111 116 41
Binary 1111001 10010101 10010 10011 0 1011000 101010 1001001 1001110 100001

Color Harmonies of #799512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799512

Black with #799512

Text Example


Text Example

White with #799512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799512; }

 p { color: rgb(121,149,18); }

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

background-color css

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

 a { background-color: rgb(121,149,18); }

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

border-color css

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

 span { border-color: rgb(121,149,18); }

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