#92A96F

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

Shades of Olivine #92A96F

Tints of Olivine #92A96F

Color information

#92A96F (or 0x92A96F) is unknown color: approx Olivine. HEX triplet: 92, A9 and 6F. RGB value is (146,169,111). Sum of RGB (Red+Green+Blue) = 146+169+111=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 169 - color contains mainly: green. Hex color #92A96F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A96F is #6D5690. Grayscale: #9B9B9B. Windows color (decimal): -7165585 or 7317906. OLE color: 7317906.

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

Color convert

RGB146169111-
CMYK0.1400.340.34
HSL83.79º25.22%54.9%-
HSV(B)83.79º34.32%66.27%-
XYZ28.9135.6320.39-
YUV155.51102.88121.22-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.27%
GREEN value IS 169 (66.41% from 255) = 39.67%
BLUE value IS 111 (43.75% from 255) = 26.06%
R=34.27%
G=39.67%
B=26.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1461691110.1400.340.3483.7925.2254.9
Hex92A96FE02222541937
Octal22225115716042421243167
Binary1001001010101001110111111100100010100010101010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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