#9FB46F

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

Shades of Olivine #9FB46F

Tints of Olivine #9FB46F

Color information

#9FB46F (or 0x9FB46F) is unknown color: approx Olivine. HEX triplet: 9F, B4 and 6F. RGB value is (159,180,111). Sum of RGB (Red+Green+Blue) = 159+180+111=450 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.33% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 111 (43.75% from 255 or 24.67% from 450); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB46F is #604B90. Grayscale: #A6A6A6. Windows color (decimal): -6310801 or 7320735. OLE color: 7320735.

HSL color Cylindrical-coordinate representation of color #9FB46F: hue angle of 78.26º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FB46F is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB159180111-
CMYK0.1200.380.29
HSL78.26º31.51%57.06%-
HSV(B)78.26º38.33%70.59%-
XYZ33.4941.1621.22-
YUV165.8697.04123.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.33%
GREEN value IS 180 (70.70% from 255) = 40%
BLUE value IS 111 (43.75% from 255) = 24.67%
R=35.33%
G=40%
B=24.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591801110.1200.380.2978.2631.5157.06
Hex9FB46FC0261D4e2039
Octal23726415714046351164071
Binary1001111110110100110111111000100110111011001110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,180,111); }

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

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

 a { background-color: rgb(159,180,111); }

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

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

 span { border-color: rgb(159,180,111); }

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