#9FC875

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

Shades of Olivine #9FC875

Tints of Olivine #9FC875

Color information

#9FC875 (or 0x9FC875) is unknown color: approx Olivine. HEX triplet: 9F, C8 and 75. RGB value is (159,200,117). Sum of RGB (Red+Green+Blue) = 159+200+117=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 200 - color contains mainly: green. Hex color #9FC875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC875 is #60378A. Grayscale: #B2B2B2. Windows color (decimal): -6305675 or 7719071. OLE color: 7719071.

HSL color Cylindrical-coordinate representation of color #9FC875: hue angle of 89.64º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9FC875 is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB159200117-
CMYK0.2000.420.22
HSL89.64º43.01%62.16%-
HSV(B)89.64º41.5%78.43%-
XYZ38.1649.9624.46-
YUV178.2893.42114.25-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.40%
GREEN value IS 200 (78.52% from 255) = 42.02%
BLUE value IS 117 (46.09% from 255) = 24.58%
R=33.40%
G=42.02%
B=24.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1592001170.2000.420.2289.6443.0162.16
Hex9FC8751402A165a2b3e
Octal23731016524052261325376
Binary10011111110010001110101101000101010101101011010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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