#92AC79

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

Shades of Olivine #92AC79

Tints of Olivine #92AC79

Color information

#92AC79 (or 0x92AC79) is unknown color: approx Olivine. HEX triplet: 92, AC and 79. RGB value is (146,172,121). Sum of RGB (Red+Green+Blue) = 146+172+121=439 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.26% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 172 - color contains mainly: green. Hex color #92AC79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AC79 is #6D5386. Grayscale: #9E9E9E. Windows color (decimal): -7164807 or 7974034. OLE color: 7974034.

HSL color Cylindrical-coordinate representation of color #92AC79: hue angle of 90.59º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92AC79 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB146172121-
CMYK0.1500.300.33
HSL90.59º23.5%57.45%-
HSV(B)90.59º29.65%67.45%-
XYZ30.063723.65-
YUV158.41106.89119.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.26%
GREEN value IS 172 (67.58% from 255) = 39.18%
BLUE value IS 121 (47.66% from 255) = 27.56%
R=33.26%
G=39.18%
B=27.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461721210.1500.300.3390.5923.557.45
Hex92AC79F01E215b1839
Octal22225417117036411333071
Binary100100101010110011110011111011110100001101101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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