#9BB664

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

Shades of Olivine #9BB664

Tints of Olivine #9BB664

Color information

#9BB664 (or 0x9BB664) is unknown color: approx Olivine. HEX triplet: 9B, B6 and 64. RGB value is (155,182,100). Sum of RGB (Red+Green+Blue) = 155+182+100=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 182 (71.48% from 255 or 41.65% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 182 - color contains mainly: green. Hex color #9BB664 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB664 is #64499B. Grayscale: #A4A4A4. Windows color (decimal): -6572444 or 6600347. OLE color: 6600347.

HSL color Cylindrical-coordinate representation of color #9BB664: hue angle of 79.76º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9BB664 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB155182100-
CMYK0.1500.450.29
HSL79.76º35.96%55.29%-
HSV(B)79.76º45.05%71.37%-
XYZ32.5541.3418.32-
YUV164.5891.55121.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.47%
GREEN value IS 182 (71.48% from 255) = 41.65%
BLUE value IS 100 (39.45% from 255) = 22.88%
R=35.47%
G=41.65%
B=22.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551821000.1500.450.2979.7635.9655.29
Hex9BB664F02D1D502437
Octal23326614417055351204467
Binary1001101110110110110010011110101101111011010000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,182,100); }

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

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

 a { background-color: rgb(155,182,100); }

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

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

 span { border-color: rgb(155,182,100); }

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