#9BB669

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

Shades of Olivine #9BB669

Tints of Olivine #9BB669

Color information

#9BB669 (or 0x9BB669) is unknown color: approx Olivine. HEX triplet: 9B, B6 and 69. RGB value is (155,182,105). Sum of RGB (Red+Green+Blue) = 155+182+105=442 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.07% from 442); Green value is 182 (71.48% from 255 or 41.18% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 182 - color contains mainly: green. Hex color #9BB669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB669 is #644996. Grayscale: #A5A5A5. Windows color (decimal): -6572439 or 6928027. OLE color: 6928027.

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

Color convert

RGB155182105-
CMYK0.1500.420.29
HSL81.04º34.53%56.27%-
HSV(B)81.04º42.31%71.37%-
XYZ32.841.4419.64-
YUV165.1594.05120.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.07%
GREEN value IS 182 (71.48% from 255) = 41.18%
BLUE value IS 105 (41.41% from 255) = 23.76%
R=35.07%
G=41.18%
B=23.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551821050.1500.420.2981.0434.5356.27
Hex9BB669F02A1D512338
Octal23326615117052351214370
Binary1001101110110110110100111110101010111011010001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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