#9BBF7D

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

Shades of Olivine #9BBF7D

Tints of Olivine #9BBF7D

Color information

#9BBF7D (or 0x9BBF7D) is unknown color: approx Olivine. HEX triplet: 9B, BF and 7D. RGB value is (155,191,125). Sum of RGB (Red+Green+Blue) = 155+191+125=471 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.91% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBF7D is #644082. Grayscale: #ACACAC. Windows color (decimal): -6570115 or 8241051. OLE color: 8241051.

HSL color Cylindrical-coordinate representation of color #9BBF7D: hue angle of 92.73º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BBF7D is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB155191125-
CMYK0.1900.350.25
HSL92.73º34.02%61.96%-
HSV(B)92.73º34.55%74.9%-
XYZ35.8545.7126.34-
YUV172.71101.07115.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.91%
GREEN value IS 191 (75% from 255) = 40.55%
BLUE value IS 125 (49.22% from 255) = 26.54%
R=32.91%
G=40.55%
B=26.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551911250.1900.350.2592.7334.0261.96
Hex9BBF7D13023195d223e
Octal23327717523043311354276
Binary10011011101111111111101100110100011110011011101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,191,125); }

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

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

 a { background-color: rgb(155,191,125); }

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

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

 span { border-color: rgb(155,191,125); }

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