#9FC073

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

Shades of Olivine #9FC073

Tints of Olivine #9FC073

Color information

#9FC073 (or 0x9FC073) is unknown color: approx Olivine. HEX triplet: 9F, C0 and 73. RGB value is (159,192,115). Sum of RGB (Red+Green+Blue) = 159+192+115=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC073 is #603F8C. Grayscale: #ADADAD. Windows color (decimal): -6307725 or 7585951. OLE color: 7585951.

HSL color Cylindrical-coordinate representation of color #9FC073: hue angle of 85.71º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9FC073 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB159192115-
CMYK0.1700.400.25
HSL85.71º37.93%60.2%-
HSV(B)85.71º40.1%75.29%-
XYZ36.2446.3123.25-
YUV173.3695.07117.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.12%
GREEN value IS 192 (75.39% from 255) = 41.20%
BLUE value IS 115 (45.31% from 255) = 24.68%
R=34.12%
G=41.20%
B=24.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591921150.1700.400.2585.7137.9360.2
Hex9FC073110281956263c
Octal23730016321050311264674
Binary10011111110000001110011100010101000110011010110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,192,115); }

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

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

 a { background-color: rgb(159,192,115); }

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

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

 span { border-color: rgb(159,192,115); }

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