#9AB97F

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

Shades of Olivine #9AB97F

Tints of Olivine #9AB97F

Color information

#9AB97F (or 0x9AB97F) is unknown color: approx Olivine. HEX triplet: 9A, B9 and 7F. RGB value is (154,185,127). Sum of RGB (Red+Green+Blue) = 154+185+127=466 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.05% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB97F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB97F is #654680. Grayscale: #A9A9A9. Windows color (decimal): -6637185 or 8370586. OLE color: 8370586.

HSL color Cylindrical-coordinate representation of color #9AB97F: hue angle of 92.07º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AB97F is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB154185127-
CMYK0.1700.310.27
HSL92.07º29.29%61.18%-
HSV(B)92.07º31.35%72.55%-
XYZ34.5143.126.58-
YUV169.12104.23117.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.05%
GREEN value IS 185 (72.66% from 255) = 39.70%
BLUE value IS 127 (50% from 255) = 27.25%
R=33.05%
G=39.70%
B=27.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541851270.1700.310.2792.0729.2961.18
Hex9AB97F1101F1B5c1d3d
Octal23227117721037331343575
Binary100110101011100111111111000101111111011101110011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AB97F; }

 p { color: rgb(154,185,127); }

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

<style>
 a { background-color: #9AB97F; }

 a { background-color: rgb(154,185,127); }

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

<style>
 span { border-color: #9AB97F; }

 span { border-color: rgb(154,185,127); }

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