#9BB470

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

Shades of Olivine #9BB470

Tints of Olivine #9BB470

Color information

#9BB470 (or 0x9BB470) is unknown color: approx Olivine. HEX triplet: 9B, B4 and 70. RGB value is (155,180,112). Sum of RGB (Red+Green+Blue) = 155+180+112=447 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.68% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB470 is #644B8F. Grayscale: #A5A5A5. Windows color (decimal): -6572944 or 7386267. OLE color: 7386267.

HSL color Cylindrical-coordinate representation of color #9BB470: hue angle of 82.06º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BB470 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB155180112-
CMYK0.1400.380.29
HSL82.06º31.19%57.25%-
HSV(B)82.06º37.78%70.59%-
XYZ32.7640.7821.47-
YUV164.7798.22121.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.68%
GREEN value IS 180 (70.70% from 255) = 40.27%
BLUE value IS 112 (44.14% from 255) = 25.06%
R=34.68%
G=40.27%
B=25.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551801120.1400.380.2982.0631.1957.25
Hex9BB470E0261D521f39
Octal23326416016046351223771
Binary100110111011010011100001110010011011101101001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,180,112); }

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

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

 a { background-color: rgb(155,180,112); }

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

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

 span { border-color: rgb(155,180,112); }

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