#92AD7D

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

Shades of Olivine #92AD7D

Tints of Olivine #92AD7D

Color information

#92AD7D (or 0x92AD7D) is unknown color: approx Olivine. HEX triplet: 92, AD and 7D. RGB value is (146,173,125). Sum of RGB (Red+Green+Blue) = 146+173+125=444 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.88% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 173 - color contains mainly: green. Hex color #92AD7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AD7D is #6D5282. Grayscale: #9F9F9F. Windows color (decimal): -7164547 or 8236434. OLE color: 8236434.

HSL color Cylindrical-coordinate representation of color #92AD7D: hue angle of 93.75º 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 #92AD7D is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB146173125-
CMYK0.1600.280.32
HSL93.75º22.64%58.43%-
HSV(B)93.75º27.75%67.84%-
XYZ30.537.4825.03-
YUV159.45108.55118.4-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.88%
GREEN value IS 173 (67.97% from 255) = 38.96%
BLUE value IS 125 (49.22% from 255) = 28.15%
R=32.88%
G=38.96%
B=28.15%

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
Decimal1461731250.1600.280.3293.7522.6458.43
Hex92AD7D1001C205e173a
Octal22225517520034401362772
Binary1001001010101101111110110000011100100000101111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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