Html Css Color HEX #799710 Olive Drab

📋 copy color: '#799710'

red 121 ◦ green 151 ◦ blue 16

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

Shades of Olive Drab #799710

Tints of Olive Drab #799710

RGB

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

 GREEN value IS 151 (59.38% from 255) = 52.43%

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

R = 42.01%
G = 52.43%
B = 5.56%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#799710 (or 0x799710) is known color: Olive Drab. HEX triplet: 79, 97 and 10. RGB value is (121,151,16). Sum of RGB (Red+Green+Blue) = 121+151+16=288 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.01% from 288); Green value is 151 (59.38% from 255 or 52.43% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 151 - color contains mainly: green. Hex color #799710 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799710 is #8668EF. Grayscale: #7F7F7F. Windows color (decimal): -8808688 or 1087353. OLE color: 1087353.

HSL color Cylindrical-coordinate representation of color #799710: hue angle of 73.33º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #799710 is Cyan = 0.20, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 121 151 16 -
CMYK 0.20 0 0.89 0.41
HSL 73.33º 0.81% 0.33% -
HSV(B) 73.33º 0.89% 0.59% -
XYZ 19.05 26.24 4.55 -
YUV 126.64 65.56 123.98 -
System Red Green Blue C M Y K H S L
Decimal 121 151 16 0.20 0 0.89 0.41 73.33 0.81 0.33
Hex 79 97 10 14 0 59 29 49 51 21
Octal 171 227 20 24 0 131 51 111 121 41
Binary 1111001 10010111 10000 10100 0 1011001 101001 1001001 1010001 100001

Color Harmonies of #799710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799710

Black with #799710

Text Example


Text Example

White with #799710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799710; }

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

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

background-color css

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

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

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

border-color css

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

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

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