#9FB768

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

Shades of Olivine #9FB768

Tints of Olivine #9FB768

Color information

#9FB768 (or 0x9FB768) is unknown color: approx Olivine. HEX triplet: 9F, B7 and 68. RGB value is (159,183,104). Sum of RGB (Red+Green+Blue) = 159+183+104=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB768 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB768 is #604897. Grayscale: #A7A7A7. Windows color (decimal): -6310040 or 6862751. OLE color: 6862751.

HSL color Cylindrical-coordinate representation of color #9FB768: hue angle of 78.23º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9FB768 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB159183104-
CMYK0.1300.430.28
HSL78.23º35.43%56.27%-
HSV(B)78.23º43.17%71.76%-
XYZ33.7342.2419.47-
YUV166.8292.55122.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.65%
GREEN value IS 183 (71.88% from 255) = 41.03%
BLUE value IS 104 (41.02% from 255) = 23.32%
R=35.65%
G=41.03%
B=23.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1591831040.1300.430.2878.2335.4356.27
Hex9FB768D02B1C4e2338
Octal23726715015053341164370
Binary1001111110110111110100011010101011111001001110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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