#9FBE67

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

Shades of Olivine #9FBE67

Tints of Olivine #9FBE67

Color information

#9FBE67 (or 0x9FBE67) is unknown color: approx Olivine. HEX triplet: 9F, BE and 67. RGB value is (159,190,103). Sum of RGB (Red+Green+Blue) = 159+190+103=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 103 (40.62% from 255 or 22.79% from 452); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBE67 is #604198. Grayscale: #ABABAB. Windows color (decimal): -6308249 or 6799007. OLE color: 6799007.

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

Color convert

RGB159190103-
CMYK0.1600.460.25
HSL81.38º40.09%57.45%-
HSV(B)81.38º45.79%74.51%-
XYZ35.1645.1819.7-
YUV170.8189.73119.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.18%
GREEN value IS 190 (74.61% from 255) = 42.04%
BLUE value IS 103 (40.62% from 255) = 22.79%
R=35.18%
G=42.04%
B=22.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591901030.1600.460.2581.3840.0957.45
Hex9FBE671002E19512839
Octal23727614720056311215071
Binary10011111101111101100111100000101110110011010001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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