#92AA78

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

Shades of Olivine #92AA78

Tints of Olivine #92AA78

Color information

#92AA78 (or 0x92AA78) is unknown color: approx Olivine. HEX triplet: 92, AA and 78. RGB value is (146,170,120). Sum of RGB (Red+Green+Blue) = 146+170+120=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 170 - color contains mainly: green. Hex color #92AA78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AA78 is #6D5587. Grayscale: #9D9D9D. Windows color (decimal): -7165320 or 7907986. OLE color: 7907986.

HSL color Cylindrical-coordinate representation of color #92AA78: hue angle of 88.8º degrees, saturation: 0.23, 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 #92AA78 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB146170120-
CMYK0.1400.290.33
HSL88.8º22.73%56.86%-
HSV(B)88.8º29.41%66.67%-
XYZ29.6236.2223.2-
YUV157.12107.05120.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.49%
GREEN value IS 170 (66.80% from 255) = 38.99%
BLUE value IS 120 (47.27% from 255) = 27.52%
R=33.49%
G=38.99%
B=27.52%

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
Decimal1461701200.1400.290.3388.822.7356.86
Hex92AA78E01D21591739
Octal22225217016035411312771
Binary100100101010101011110001110011101100001101100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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