#92AA7F

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

Shades of Olivine #92AA7F

Tints of Olivine #92AA7F

Color information

#92AA7F (or 0x92AA7F) is unknown color: approx Olivine. HEX triplet: 92, AA and 7F. RGB value is (146,170,127). Sum of RGB (Red+Green+Blue) = 146+170+127=443 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.96% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 170 - color contains mainly: green. Hex color #92AA7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AA7F is #6D5580. Grayscale: #9E9E9E. Windows color (decimal): -7165313 or 8366738. OLE color: 8366738.

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

Color convert

RGB146170127-
CMYK0.1400.250.33
HSL93.49º20.19%58.24%-
HSV(B)93.49º25.29%66.67%-
XYZ30.0636.3925.52-
YUV157.92110.55119.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.96%
GREEN value IS 170 (66.80% from 255) = 38.37%
BLUE value IS 127 (50% from 255) = 28.67%
R=32.96%
G=38.37%
B=28.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461701270.1400.250.3393.4920.1958.24
Hex92AA7FE019215d143a
Octal22225217716031411352472
Binary100100101010101011111111110011001100001101110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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