#799225

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

Shades of Olive Drab #799225

Tints of Olive Drab #799225

Color information

#799225 (or 0x799225) is unknown color: approx Olive Drab. HEX triplet: 79, 92 and 25. RGB value is (121,146,37). Sum of RGB (Red+Green+Blue) = 121+146+37=304 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.80% from 304); Green value is 146 (57.42% from 255 or 48.03% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 146 - color contains mainly: green. Hex color #799225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #799225 is #866DDA. Grayscale: #7E7E7E. Windows color (decimal): -8809947 or 2462329. OLE color: 2462329.

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

Color convert

RGB12114637-
CMYK0.1700.750.43
HSL73.76º59.56%35.88%-
HSV(B)73.76º74.66%57.25%-
XYZ18.524.765.55-
YUV126.177.72124.36-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.80%
GREEN value IS 146 (57.42% from 255) = 48.03%
BLUE value IS 37 (14.84% from 255) = 12.17%
R=39.80%
G=48.03%
B=12.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121146370.1700.750.4373.7659.5635.88
Hex7992251104B2B4a3c24
Octal17122245210113531127444
Binary11110011001001010010110001010010111010111001010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799225; }

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

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

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

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

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

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

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

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