#9FC475

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

Shades of Olivine #9FC475

Tints of Olivine #9FC475

Color information

#9FC475 (or 0x9FC475) is unknown color: approx Olivine. HEX triplet: 9F, C4 and 75. RGB value is (159,196,117). Sum of RGB (Red+Green+Blue) = 159+196+117=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 196 (76.95% from 255 or 41.53% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 196 - color contains mainly: green. Hex color #9FC475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC475 is #603B8A. Grayscale: #B0B0B0. Windows color (decimal): -6306699 or 7718047. OLE color: 7718047.

HSL color Cylindrical-coordinate representation of color #9FC475: hue angle of 88.1º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9FC475 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB159196117-
CMYK0.1900.400.23
HSL88.1º40.1%61.37%-
HSV(B)88.1º40.31%76.86%-
XYZ37.2548.1424.16-
YUV175.9394.74115.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.69%
GREEN value IS 196 (76.95% from 255) = 41.53%
BLUE value IS 117 (46.09% from 255) = 24.79%
R=33.69%
G=41.53%
B=24.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1591961170.1900.400.2388.140.161.37
Hex9FC475130281758283d
Octal23730416523050271305075
Binary10011111110001001110101100110101000101111011000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,196,117); }

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

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

 a { background-color: rgb(159,196,117); }

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

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

 span { border-color: rgb(159,196,117); }

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