#9FBD67

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

Shades of Olivine #9FBD67

Tints of Olivine #9FBD67

Color information

#9FBD67 (or 0x9FBD67) is unknown color: approx Olivine. HEX triplet: 9F, BD and 67. RGB value is (159,189,103). Sum of RGB (Red+Green+Blue) = 159+189+103=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 103 (40.62% from 255 or 22.84% from 451); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBD67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBD67 is #604298. Grayscale: #AAAAAA. Windows color (decimal): -6308505 or 6798751. OLE color: 6798751.

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

Color convert

RGB159189103-
CMYK0.1600.460.26
HSL80.93º39.45%57.25%-
HSV(B)80.93º45.5%74.12%-
XYZ34.9444.7519.63-
YUV170.2390.06119.99-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.25%
GREEN value IS 189 (74.22% from 255) = 41.91%
BLUE value IS 103 (40.62% from 255) = 22.84%
R=35.25%
G=41.91%
B=22.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591891030.1600.460.2680.9339.4557.25
Hex9FBD671002E1A512739
Octal23727514720056321214771
Binary10011111101111011100111100000101110110101010001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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