#9AB75F

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

Shades of Olivine #9AB75F

Tints of Olivine #9AB75F

Color information

#9AB75F (or 0x9AB75F) is unknown color: approx Olivine. HEX triplet: 9A, B7 and 5F. RGB value is (154,183,95). Sum of RGB (Red+Green+Blue) = 154+183+95=432 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.65% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 183 - color contains mainly: green. Hex color #9AB75F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB75F is #6548A0. Grayscale: #A4A4A4. Windows color (decimal): -6637729 or 6272922. OLE color: 6272922.

HSL color Cylindrical-coordinate representation of color #9AB75F: hue angle of 79.77º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9AB75F is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB15418395-
CMYK0.1600.480.28
HSL79.77º37.93%54.51%-
HSV(B)79.77º48.09%71.76%-
XYZ32.3341.5617.15-
YUV164.388.89120.66-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.65%
GREEN value IS 183 (71.88% from 255) = 42.36%
BLUE value IS 95 (37.5% from 255) = 21.99%
R=35.65%
G=42.36%
B=21.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal154183950.1600.480.2879.7737.9354.51
Hex9AB75F100301C502637
Octal23226713720060341204667
Binary10011010101101111011111100000110000111001010000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,183,95); }

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

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

 a { background-color: rgb(154,183,95); }

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

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

 span { border-color: rgb(154,183,95); }

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