#9ABF65

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

Shades of Olivine #9ABF65

Tints of Olivine #9ABF65

Color information

#9ABF65 (or 0x9ABF65) is unknown color: approx Olivine. HEX triplet: 9A, BF and 65. RGB value is (154,191,101). Sum of RGB (Red+Green+Blue) = 154+191+101=446 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.53% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 191 - color contains mainly: green. Hex color #9ABF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABF65 is #65409A. Grayscale: #AAAAAA. Windows color (decimal): -6635675 or 6668186. OLE color: 6668186.

HSL color Cylindrical-coordinate representation of color #9ABF65: hue angle of 84.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9ABF65 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB154191101-
CMYK0.1900.470.25
HSL84.67º41.28%57.25%-
HSV(B)84.67º47.12%74.9%-
XYZ34.3145.0719.2-
YUV169.6889.24116.82-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.53%
GREEN value IS 191 (75% from 255) = 42.83%
BLUE value IS 101 (39.84% from 255) = 22.65%
R=34.53%
G=42.83%
B=22.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541911010.1900.470.2584.6741.2857.25
Hex9ABF651302F19552939
Octal23227714523057311255171
Binary10011010101111111100101100110101111110011010101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,191,101); }

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

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

 a { background-color: rgb(154,191,101); }

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

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

 span { border-color: rgb(154,191,101); }

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