Html Css Color HEX #799510 Olive Drab

📋 copy color: '#799510'

red 121 ◦ green 149 ◦ blue 16

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

Shades of Olive Drab #799510

Tints of Olive Drab #799510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.59%

R = 42.31%
G = 52.1%
B = 5.59%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#799510 (or 0x799510) is known color: Olive Drab. HEX triplet: 79, 95 and 10. RGB value is (121,149,16). Sum of RGB (Red+Green+Blue) = 121+149+16=286 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.31% from 286); Green value is 149 (58.59% from 255 or 52.10% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 149 - color contains mainly: green. Hex color #799510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799510 is #866AEF. Grayscale: #7D7D7D. Windows color (decimal): -8809200 or 1086841. OLE color: 1086841.

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

Color convert

RGB 121 149 16 -
CMYK 0.19 0 0.89 0.42
HSL 72.63º 0.81% 0.32% -
HSV(B) 72.63º 0.89% 0.58% -
XYZ 18.73 25.6 4.44 -
YUV 125.47 66.22 124.81 -
System Red Green Blue C M Y K H S L
Decimal 121 149 16 0.19 0 0.89 0.42 72.63 0.81 0.32
Hex 79 95 10 13 0 59 2A 49 51 20
Octal 171 225 20 23 0 131 52 111 121 40
Binary 1111001 10010101 10000 10011 0 1011001 101010 1001001 1010001 100000

Color Harmonies of #799510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799510

Black with #799510

Text Example


Text Example

White with #799510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799510; }

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

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

background-color css

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

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

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

border-color css

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

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

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