#92AA79

Color #92AA79 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #92AA79

Tints of Olivine #92AA79

Color information

#92AA79 (or 0x92AA79) is unknown color: approx Olivine. HEX triplet: 92, AA and 79. RGB value is (146,170,121). Sum of RGB (Red+Green+Blue) = 146+170+121=437 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.41% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 170 - color contains mainly: green. Hex color #92AA79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AA79 is #6D5586. Grayscale: #9D9D9D. Windows color (decimal): -7165319 or 7973522. OLE color: 7973522.

HSL color Cylindrical-coordinate representation of color #92AA79: hue angle of 89.39º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92AA79 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB146170121-
CMYK0.1400.290.33
HSL89.39º22.37%57.06%-
HSV(B)89.39º28.82%66.67%-
XYZ29.6836.2423.52-
YUV157.24107.55119.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.41%
GREEN value IS 170 (66.80% from 255) = 38.90%
BLUE value IS 121 (47.66% from 255) = 27.69%
R=33.41%
G=38.90%
B=27.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461701210.1400.290.3389.3922.3757.06
Hex92AA79E01D21591639
Octal22225217116035411312671
Binary100100101010101011110011110011101100001101100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92AA79; }

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

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

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

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

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

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

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

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