#9FBE68

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

Shades of Olivine #9FBE68

Tints of Olivine #9FBE68

Color information

#9FBE68 (or 0x9FBE68) is unknown color: approx Olivine. HEX triplet: 9F, BE and 68. RGB value is (159,190,104). Sum of RGB (Red+Green+Blue) = 159+190+104=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBE68 is #604197. Grayscale: #ABABAB. Windows color (decimal): -6308248 or 6864543. OLE color: 6864543.

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

Color convert

RGB159190104-
CMYK0.1600.450.25
HSL81.63º39.81%57.65%-
HSV(B)81.63º45.26%74.51%-
XYZ35.2145.219.96-
YUV170.9390.23119.49-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.10%
GREEN value IS 190 (74.61% from 255) = 41.94%
BLUE value IS 104 (41.02% from 255) = 22.96%
R=35.10%
G=41.94%
B=22.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591901040.1600.450.2581.6339.8157.65
Hex9FBE681002D1952283a
Octal23727615020055311225072
Binary10011111101111101101000100000101101110011010010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,190,104); }

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

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

 a { background-color: rgb(159,190,104); }

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

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

 span { border-color: rgb(159,190,104); }

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