#9ABC7D

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

Shades of Olivine #9ABC7D

Tints of Olivine #9ABC7D

Color information

#9ABC7D (or 0x9ABC7D) is unknown color: approx Olivine. HEX triplet: 9A, BC and 7D. RGB value is (154,188,125). Sum of RGB (Red+Green+Blue) = 154+188+125=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABC7D is #654382. Grayscale: #AAAAAA. Windows color (decimal): -6636419 or 8240282. OLE color: 8240282.

HSL color Cylindrical-coordinate representation of color #9ABC7D: hue angle of 92.38º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9ABC7D is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB154188125-
CMYK0.1800.340.26
HSL92.38º31.98%61.37%-
HSV(B)92.38º33.51%73.73%-
XYZ35.0144.3226.11-
YUV170.65102.24116.12-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.98%
GREEN value IS 188 (73.83% from 255) = 40.26%
BLUE value IS 125 (49.22% from 255) = 26.77%
R=32.98%
G=40.26%
B=26.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1541881250.1800.340.2692.3831.9861.37
Hex9ABC7D120221A5c203d
Octal23227417522042321344075
Binary10011010101111001111101100100100010110101011100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,188,125); }

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

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

 a { background-color: rgb(154,188,125); }

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

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

 span { border-color: rgb(154,188,125); }

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