#92AB70

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

Shades of Olivine #92AB70

Tints of Olivine #92AB70

Color information

#92AB70 (or 0x92AB70) is unknown color: approx Olivine. HEX triplet: 92, AB and 70. RGB value is (146,171,112). Sum of RGB (Red+Green+Blue) = 146+171+112=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 171 - color contains mainly: green. Hex color #92AB70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AB70 is #6D548F. Grayscale: #9D9D9D. Windows color (decimal): -7165072 or 7383954. OLE color: 7383954.

HSL color Cylindrical-coordinate representation of color #92AB70: hue angle of 85.42º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92AB70 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB146171112-
CMYK0.1500.350.33
HSL85.42º25.99%55.49%-
HSV(B)85.42º34.5%67.06%-
XYZ29.3436.4120.81-
YUV156.8102.72120.3-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.03%
GREEN value IS 171 (67.19% from 255) = 39.86%
BLUE value IS 112 (44.14% from 255) = 26.11%
R=34.03%
G=39.86%
B=26.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461711120.1500.350.3385.4225.9955.49
Hex92AB70F02321551a37
Octal22225316017043411253267
Binary1001001010101011111000011110100011100001101010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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