#92AD7C

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

Shades of Olivine #92AD7C

Tints of Olivine #92AD7C

Color information

#92AD7C (or 0x92AD7C) is unknown color: approx Olivine. HEX triplet: 92, AD and 7C. RGB value is (146,173,124). Sum of RGB (Red+Green+Blue) = 146+173+124=443 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.96% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 173 - color contains mainly: green. Hex color #92AD7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AD7C is #6D5283. Grayscale: #9F9F9F. Windows color (decimal): -7164548 or 8170898. OLE color: 8170898.

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

Color convert

RGB146173124-
CMYK0.1600.280.32
HSL93.06º23%58.24%-
HSV(B)93.06º28.32%67.84%-
XYZ30.4437.4524.69-
YUV159.34108.05118.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.96%
GREEN value IS 173 (67.97% from 255) = 39.05%
BLUE value IS 124 (48.83% from 255) = 27.99%
R=32.96%
G=39.05%
B=27.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1461731240.1600.280.3293.062358.24
Hex92AD7C1001C205d173a
Octal22225517420034401352772
Binary1001001010101101111110010000011100100000101110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,173,124); }

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

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

 a { background-color: rgb(146,173,124); }

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

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

 span { border-color: rgb(146,173,124); }

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