#92AE70

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

Shades of Olivine #92AE70

Tints of Olivine #92AE70

Color information

#92AE70 (or 0x92AE70) is unknown color: approx Olivine. HEX triplet: 92, AE and 70. RGB value is (146,174,112). Sum of RGB (Red+Green+Blue) = 146+174+112=432 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.80% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 174 - color contains mainly: green. Hex color #92AE70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AE70 is #6D518F. Grayscale: #9E9E9E. Windows color (decimal): -7164304 or 7384722. OLE color: 7384722.

HSL color Cylindrical-coordinate representation of color #92AE70: hue angle of 87.1º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92AE70 is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB146174112-
CMYK0.1600.360.32
HSL87.1º27.68%56.08%-
HSV(B)87.1º35.63%68.24%-
XYZ29.9137.5521-
YUV158.56101.72119.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.80%
GREEN value IS 174 (68.36% from 255) = 40.28%
BLUE value IS 112 (44.14% from 255) = 25.93%
R=33.80%
G=40.28%
B=25.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1461741120.1600.360.3287.127.6856.08
Hex92AE701002420571c38
Octal22225616020044401273470
Binary10010010101011101110000100000100100100000101011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,174,112); }

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

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

 a { background-color: rgb(146,174,112); }

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

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

 span { border-color: rgb(146,174,112); }

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