#9BB76E

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

Shades of Olivine #9BB76E

Tints of Olivine #9BB76E

Color information

#9BB76E (or 0x9BB76E) is unknown color: approx Olivine. HEX triplet: 9B, B7 and 6E. RGB value is (155,183,110). Sum of RGB (Red+Green+Blue) = 155+183+110=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 110 (43.36% from 255 or 24.55% from 448); Max value from RGB is 183 - color contains mainly: green. Hex color #9BB76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB76E is #644891. Grayscale: #A6A6A6. Windows color (decimal): -6572178 or 7255963. OLE color: 7255963.

HSL color Cylindrical-coordinate representation of color #9BB76E: hue angle of 83.01º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9BB76E is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB155183110-
CMYK0.1500.400.28
HSL83.01º33.64%57.45%-
HSV(B)83.01º39.89%71.76%-
XYZ33.2741.9621.1-
YUV166.3196.22119.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.60%
GREEN value IS 183 (71.88% from 255) = 40.85%
BLUE value IS 110 (43.36% from 255) = 24.55%
R=34.60%
G=40.85%
B=24.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1551831100.1500.400.2883.0133.6457.45
Hex9BB76EF0281C532239
Octal23326715617050341234271
Binary1001101110110111110111011110101000111001010011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,183,110); }

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

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

 a { background-color: rgb(155,183,110); }

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

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

 span { border-color: rgb(155,183,110); }

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