#92AB7D

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

Shades of Olivine #92AB7D

Tints of Olivine #92AB7D

Color information

#92AB7D (or 0x92AB7D) is unknown color: approx Olivine. HEX triplet: 92, AB and 7D. RGB value is (146,171,125). Sum of RGB (Red+Green+Blue) = 146+171+125=442 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.03% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 171 - color contains mainly: green. Hex color #92AB7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92AB7D is #6D5482. Grayscale: #9E9E9E. Windows color (decimal): -7165059 or 8235922. OLE color: 8235922.

HSL color Cylindrical-coordinate representation of color #92AB7D: hue angle of 92.61º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92AB7D is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB146171125-
CMYK0.1500.270.33
HSL92.61º21.5%58.04%-
HSV(B)92.61º26.9%67.06%-
XYZ30.1236.7224.9-
YUV158.28109.22119.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.03%
GREEN value IS 171 (67.19% from 255) = 38.69%
BLUE value IS 125 (49.22% from 255) = 28.28%
R=33.03%
G=38.69%
B=28.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461711250.1500.270.3392.6121.558.04
Hex92AB7DF01B215d153a
Octal22225317517033411352572
Binary100100101010101111111011111011011100001101110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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