#9BB07F

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

Shades of Olivine #9BB07F

Tints of Olivine #9BB07F

Color information

#9BB07F (or 0x9BB07F) is unknown color: approx Olivine. HEX triplet: 9B, B0 and 7F. RGB value is (155,176,127). Sum of RGB (Red+Green+Blue) = 155+176+127=458 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.84% from 458); Green value is 176 (69.14% from 255 or 38.43% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 176 - color contains mainly: green. Hex color #9BB07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BB07F is #644F80. Grayscale: #A4A4A4. Windows color (decimal): -6573953 or 8368283. OLE color: 8368283.

HSL color Cylindrical-coordinate representation of color #9BB07F: hue angle of 85.71º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BB07F is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB155176127-
CMYK0.1200.280.31
HSL85.71º23.67%59.41%-
HSV(B)85.71º27.84%69.02%-
XYZ32.8739.5525.98-
YUV164.14107.04121.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.84%
GREEN value IS 176 (69.14% from 255) = 38.43%
BLUE value IS 127 (50% from 255) = 27.73%
R=33.84%
G=38.43%
B=27.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1551761270.1200.280.3185.7123.6759.41
Hex9BB07FC01C1F56183b
Octal23326017714034371263073
Binary10011011101100001111111110001110011111101011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,176,127); }

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

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

 a { background-color: rgb(155,176,127); }

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

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

 span { border-color: rgb(155,176,127); }

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