#799226

Color #799226 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #799226

Tints of Olive Drab #799226

Color information

#799226 (or 0x799226) is unknown color: approx Olive Drab. HEX triplet: 79, 92 and 26. RGB value is (121,146,38). Sum of RGB (Red+Green+Blue) = 121+146+38=305 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.67% from 305); Green value is 146 (57.42% from 255 or 47.87% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 146 - color contains mainly: green. Hex color #799226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799226 is #866DD9. Grayscale: #7E7E7E. Windows color (decimal): -8809946 or 2527865. OLE color: 2527865.

HSL color Cylindrical-coordinate representation of color #799226: hue angle of 73.89º degrees, saturation: 0.59, 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 #799226 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB12114638-
CMYK0.1700.740.43
HSL73.89º58.7%36.08%-
HSV(B)73.89º73.97%57.25%-
XYZ18.5124.765.64-
YUV126.2178.22124.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.67%
GREEN value IS 146 (57.42% from 255) = 47.87%
BLUE value IS 38 (15.23% from 255) = 12.46%
R=39.67%
G=47.87%
B=12.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121146380.1700.740.4373.8958.736.08
Hex7992261104A2B4a3b24
Octal17122246210112531127344
Binary11110011001001010011010001010010101010111001010111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799226; }

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

 H1.HeaderClassName
 {
   color: #799226;
 }
 .AnyTagClassName
 {
   color: #799226;
 }
</style>
background-color css

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

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

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

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

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

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