#92A47E

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

Shades of Olivine #92A47E

Tints of Olivine #92A47E

Color information

#92A47E (or 0x92A47E) is unknown color: approx Olivine. HEX triplet: 92, A4 and 7E. RGB value is (146,164,126). Sum of RGB (Red+Green+Blue) = 146+164+126=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 164 - color contains mainly: green. Hex color #92A47E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A47E is #6D5B81. Grayscale: #9A9A9A. Windows color (decimal): -7166850 or 8299666. OLE color: 8299666.

HSL color Cylindrical-coordinate representation of color #92A47E: hue angle of 88.42º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #92A47E is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB146164126-
CMYK0.1100.230.36
HSL88.42º17.27%56.86%-
HSV(B)88.42º23.17%64.31%-
XYZ28.934.1724.81-
YUV154.29112.04122.09-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.49%
GREEN value IS 164 (64.45% from 255) = 37.61%
BLUE value IS 126 (49.61% from 255) = 28.90%
R=33.49%
G=37.61%
B=28.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1461641260.1100.230.3688.4217.2756.86
Hex92A47EB01724581139
Octal22224417613027441302171
Binary100100101010010011111101011010111100100101100010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,164,126); }

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

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

 a { background-color: rgb(146,164,126); }

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

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

 span { border-color: rgb(146,164,126); }

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