Html Css Color HEX #799126 Olive Drab

📋 copy color: '#799126'

red 121 ◦ green 145 ◦ blue 38

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

Shades of Olive Drab #799126

Tints of Olive Drab #799126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.5%

R = 39.8%
G = 47.7%
B = 12.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#799126 (or 0x799126) is known color: Olive Drab. HEX triplet: 79, 91 and 26. RGB value is (121,145,38). Sum of RGB (Red+Green+Blue) = 121+145+38=304 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.80% from 304); Green value is 145 (57.03% from 255 or 47.70% from 304); Blue value is 38 (15.23% from 255 or 12.5% from 304); Max value from RGB is 145 - color contains mainly: green. Hex color #799126 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799126 is #866ED9. Grayscale: #7E7E7E. Windows color (decimal): -8810202 or 2527609. OLE color: 2527609.

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

Color convert

RGB 121 145 38 -
CMYK 0.17 0 0.74 0.43
HSL 73.46º 0.58% 0.36% -
HSV(B) 73.46º 0.74% 0.57% -
XYZ 18.36 24.46 5.59 -
YUV 125.63 78.55 124.7 -
System Red Green Blue C M Y K H S L
Decimal 121 145 38 0.17 0 0.74 0.43 73.46 0.58 0.36
Hex 79 91 26 11 0 4A 2B 49 3A 24
Octal 171 221 46 21 0 112 53 111 72 44
Binary 1111001 10010001 100110 10001 0 1001010 101011 1001001 111010 100100

Color Harmonies of #799126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799126

Black with #799126

Text Example


Text Example

White with #799126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799126; }

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

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

background-color css

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

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

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

border-color css

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

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

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