#92A97B

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

Shades of Olivine #92A97B

Tints of Olivine #92A97B

Color information

#92A97B (or 0x92A97B) is unknown color: approx Olivine. HEX triplet: 92, A9 and 7B. RGB value is (146,169,123). Sum of RGB (Red+Green+Blue) = 146+169+123=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 123 (48.44% from 255 or 28.08% from 438); Max value from RGB is 169 - color contains mainly: green. Hex color #92A97B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A97B is #6D5684. Grayscale: #9D9D9D. Windows color (decimal): -7165573 or 8104338. OLE color: 8104338.

HSL color Cylindrical-coordinate representation of color #92A97B: hue angle of 90º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92A97B is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB146169123-
CMYK0.1400.270.34
HSL90º21.1%57.25%-
HSV(B)90º27.22%66.27%-
XYZ29.6235.9224.11-
YUV156.88108.88120.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.33%
GREEN value IS 169 (66.41% from 255) = 38.58%
BLUE value IS 123 (48.44% from 255) = 28.08%
R=33.33%
G=38.58%
B=28.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1461691230.1400.270.349021.157.25
Hex92A97BE01B225a1539
Octal22225117316033421322571
Binary100100101010100111110111110011011100010101101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,169,123); }

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

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

 a { background-color: rgb(146,169,123); }

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

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

 span { border-color: rgb(146,169,123); }

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