#92AE79

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

Shades of Olivine #92AE79

Tints of Olivine #92AE79

Color information

#92AE79 (or 0x92AE79) is unknown color: approx Olivine. HEX triplet: 92, AE and 79. RGB value is (146,174,121). Sum of RGB (Red+Green+Blue) = 146+174+121=441 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.11% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 121 (47.66% from 255 or 27.44% from 441); Max value from RGB is 174 - color contains mainly: green. Hex color #92AE79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AE79 is #6D5186. Grayscale: #9F9F9F. Windows color (decimal): -7164295 or 7974546. OLE color: 7974546.

HSL color Cylindrical-coordinate representation of color #92AE79: hue angle of 91.7º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92AE79 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB146174121-
CMYK0.1600.300.32
HSL91.7º24.65%57.84%-
HSV(B)91.7º30.46%68.24%-
XYZ30.4437.7623.77-
YUV159.59106.22118.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.11%
GREEN value IS 174 (68.36% from 255) = 39.46%
BLUE value IS 121 (47.66% from 255) = 27.44%
R=33.11%
G=39.46%
B=27.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1461741210.1600.300.3291.724.6557.84
Hex92AE791001E205c193a
Octal22225617120036401343172
Binary1001001010101110111100110000011110100000101110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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