#9CB765

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

Shades of Olivine #9CB765

Tints of Olivine #9CB765

Color information

#9CB765 (or 0x9CB765) is unknown color: approx Olivine. HEX triplet: 9C, B7 and 65. RGB value is (156,183,101). Sum of RGB (Red+Green+Blue) = 156+183+101=440 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.45% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 101 (39.84% from 255 or 22.95% from 440); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB765 is #63489A. Grayscale: #A5A5A5. Windows color (decimal): -6506651 or 6666140. OLE color: 6666140.

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

Color convert

RGB156183101-
CMYK0.1500.450.28
HSL79.76º36.28%55.69%-
HSV(B)79.76º44.81%71.76%-
XYZ32.9941.8718.66-
YUV165.5891.55121.17-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.45%
GREEN value IS 183 (71.88% from 255) = 41.59%
BLUE value IS 101 (39.84% from 255) = 22.95%
R=35.45%
G=41.59%
B=22.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1561831010.1500.450.2879.7636.2855.69
Hex9CB765F02D1C502438
Octal23426714517055341204470
Binary1001110010110111110010111110101101111001010000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,183,101); }

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

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

 a { background-color: rgb(156,183,101); }

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

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

 span { border-color: rgb(156,183,101); }

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