#9FBA67

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

Shades of Olivine #9FBA67

Tints of Olivine #9FBA67

Color information

#9FBA67 (or 0x9FBA67) is unknown color: approx Olivine. HEX triplet: 9F, BA and 67. RGB value is (159,186,103). Sum of RGB (Red+Green+Blue) = 159+186+103=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 103 (40.62% from 255 or 22.99% from 448); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBA67 is #604598. Grayscale: #A8A8A8. Windows color (decimal): -6309273 or 6797983. OLE color: 6797983.

HSL color Cylindrical-coordinate representation of color #9FBA67: hue angle of 79.52º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9FBA67 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB159186103-
CMYK0.1500.450.27
HSL79.52º37.56%56.67%-
HSV(B)79.52º44.62%72.94%-
XYZ34.3143.4719.41-
YUV168.4691.05121.25-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.49%
GREEN value IS 186 (73.05% from 255) = 41.52%
BLUE value IS 103 (40.62% from 255) = 22.99%
R=35.49%
G=41.52%
B=22.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591861030.1500.450.2779.5237.5656.67
Hex9FBA67F02D1B502639
Octal23727214717055331204671
Binary1001111110111010110011111110101101110111010000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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