Html Css Color HEX #799410 Olive Drab

📋 copy color: '#799410'

red 121 ◦ green 148 ◦ blue 16

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

Shades of Olive Drab #799410

Tints of Olive Drab #799410

RGB

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

 GREEN value IS 148 (58.2% from 255) = 51.93%

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

R = 42.46%
G = 51.93%
B = 5.61%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#799410 (or 0x799410) is known color: Olive Drab. HEX triplet: 79, 94 and 10. RGB value is (121,148,16). Sum of RGB (Red+Green+Blue) = 121+148+16=285 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.46% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #799410 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #799410 is #866BEF. Grayscale: #7D7D7D. Windows color (decimal): -8809456 or 1086585. OLE color: 1086585.

HSL color Cylindrical-coordinate representation of color #799410: hue angle of 72.27º degrees, saturation: 0.8, 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 #799410 is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 148 16 -
CMYK 0.18 0 0.89 0.42
HSL 72.27º 0.8% 0.32% -
HSV(B) 72.27º 0.89% 0.58% -
XYZ 18.57 25.28 4.39 -
YUV 124.88 66.55 125.23 -
System Red Green Blue C M Y K H S L
Decimal 121 148 16 0.18 0 0.89 0.42 72.27 0.8 0.32
Hex 79 94 10 12 0 59 2A 48 50 20
Octal 171 224 20 22 0 131 52 110 120 40
Binary 1111001 10010100 10000 10010 0 1011001 101010 1001000 1010000 100000

Color Harmonies of #799410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799410

Black with #799410

Text Example


Text Example

White with #799410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799410; }

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

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

background-color css

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

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

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

border-color css

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

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

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