#9FBB7E

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

Shades of Olivine #9FBB7E

Tints of Olivine #9FBB7E

Color information

#9FBB7E (or 0x9FBB7E) is unknown color: approx Olivine. HEX triplet: 9F, BB and 7E. RGB value is (159,187,126). Sum of RGB (Red+Green+Blue) = 159+187+126=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBB7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBB7E is #604481. Grayscale: #ABABAB. Windows color (decimal): -6308994 or 8305567. OLE color: 8305567.

HSL color Cylindrical-coordinate representation of color #9FBB7E: hue angle of 87.54º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FBB7E is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB159187126-
CMYK0.1500.330.27
HSL87.54º30.96%61.37%-
HSV(B)87.54º32.62%73.33%-
XYZ35.8344.4226.42-
YUV171.67102.22118.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.69%
GREEN value IS 187 (73.44% from 255) = 39.62%
BLUE value IS 126 (49.61% from 255) = 26.69%
R=33.69%
G=39.62%
B=26.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591871260.1500.330.2787.5430.9661.37
Hex9FBB7EF0211B581f3d
Octal23727317617041331303775
Binary100111111011101111111101111010000111011101100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,187,126); }

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

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

 a { background-color: rgb(159,187,126); }

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

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

 span { border-color: rgb(159,187,126); }

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