#9CB669

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

Shades of Olivine #9CB669

Tints of Olivine #9CB669

Color information

#9CB669 (or 0x9CB669) is unknown color: approx Olivine. HEX triplet: 9C, B6 and 69. RGB value is (156,182,105). Sum of RGB (Red+Green+Blue) = 156+182+105=443 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.21% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 105 (41.41% from 255 or 23.70% from 443); Max value from RGB is 182 - color contains mainly: green. Hex color #9CB669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB669 is #634996. Grayscale: #A5A5A5. Windows color (decimal): -6506903 or 6928028. OLE color: 6928028.

HSL color Cylindrical-coordinate representation of color #9CB669: hue angle of 80.26º 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 #9CB669 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB156182105-
CMYK0.1400.420.29
HSL80.26º34.53%56.27%-
HSV(B)80.26º42.31%71.37%-
XYZ32.9941.5419.64-
YUV165.4593.89121.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.21%
GREEN value IS 182 (71.48% from 255) = 41.08%
BLUE value IS 105 (41.41% from 255) = 23.70%
R=35.21%
G=41.08%
B=23.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1561821050.1400.420.2980.2634.5356.27
Hex9CB669E02A1D502338
Octal23426615116052351204370
Binary1001110010110110110100111100101010111011010000100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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