#9FBC6E

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

Shades of Olivine #9FBC6E

Tints of Olivine #9FBC6E

Color information

#9FBC6E (or 0x9FBC6E) is unknown color: approx Olivine. HEX triplet: 9F, BC and 6E. RGB value is (159,188,110). Sum of RGB (Red+Green+Blue) = 159+188+110=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBC6E is #604391. Grayscale: #AAAAAA. Windows color (decimal): -6308754 or 7257247. OLE color: 7257247.

HSL color Cylindrical-coordinate representation of color #9FBC6E: hue angle of 82.31º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9FBC6E is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB159188110-
CMYK0.1500.410.26
HSL82.31º36.79%58.43%-
HSV(B)82.31º41.49%73.73%-
XYZ35.144.4621.48-
YUV170.4493.89119.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.79%
GREEN value IS 188 (73.83% from 255) = 41.14%
BLUE value IS 110 (43.36% from 255) = 24.07%
R=34.79%
G=41.14%
B=24.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591881100.1500.410.2682.3136.7958.43
Hex9FBC6EF0291A52253a
Octal23727415617051321224572
Binary1001111110111100110111011110101001110101010010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,188,110); }

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

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

 a { background-color: rgb(159,188,110); }

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

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

 span { border-color: rgb(159,188,110); }

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