#9FC067

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

Shades of Olivine #9FC067

Tints of Olivine #9FC067

Color information

#9FC067 (or 0x9FC067) is unknown color: approx Olivine. HEX triplet: 9F, C0 and 67. RGB value is (159,192,103). Sum of RGB (Red+Green+Blue) = 159+192+103=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 103 (40.62% from 255 or 22.69% from 454); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC067 is #603F98. Grayscale: #ACACAC. Windows color (decimal): -6307737 or 6799519. OLE color: 6799519.

HSL color Cylindrical-coordinate representation of color #9FC067: hue angle of 82.25º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9FC067 is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB159192103-
CMYK0.1700.460.25
HSL82.25º41.4%57.84%-
HSV(B)82.25º46.35%75.29%-
XYZ35.646.0519.84-
YUV171.9989.07118.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.02%
GREEN value IS 192 (75.39% from 255) = 42.29%
BLUE value IS 103 (40.62% from 255) = 22.69%
R=35.02%
G=42.29%
B=22.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591921030.1700.460.2582.2541.457.84
Hex9FC0671102E1952293a
Octal23730014721056311225172
Binary10011111110000001100111100010101110110011010010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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