#9FCB75

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

Shades of Olivine #9FCB75

Tints of Olivine #9FCB75

Color information

#9FCB75 (or 0x9FCB75) is unknown color: approx Olivine. HEX triplet: 9F, CB and 75. RGB value is (159,203,117). Sum of RGB (Red+Green+Blue) = 159+203+117=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 203 - color contains mainly: green. Hex color #9FCB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCB75 is #60348A. Grayscale: #B4B4B4. Windows color (decimal): -6304907 or 7719839. OLE color: 7719839.

HSL color Cylindrical-coordinate representation of color #9FCB75: hue angle of 90.7º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9FCB75 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB159203117-
CMYK0.2200.420.20
HSL90.7º45.26%62.75%-
HSV(B)90.7º42.36%79.61%-
XYZ38.8651.3724.7-
YUV180.0492.42112.99-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.19%
GREEN value IS 203 (79.69% from 255) = 42.38%
BLUE value IS 117 (46.09% from 255) = 24.43%
R=33.19%
G=42.38%
B=24.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1592031170.2200.420.2090.745.2662.75
Hex9FCB751602A145b2d3f
Octal23731316526052241335577
Binary10011111110010111110101101100101010101001011011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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