#9CB764

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

Shades of Olivine #9CB764

Tints of Olivine #9CB764

Color information

#9CB764 (or 0x9CB764) is unknown color: approx Olivine. HEX triplet: 9C, B7 and 64. RGB value is (156,183,100). Sum of RGB (Red+Green+Blue) = 156+183+100=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 100 (39.45% from 255 or 22.78% from 439); Max value from RGB is 183 - color contains mainly: green. Hex color #9CB764 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB764 is #63489B. Grayscale: #A5A5A5. Windows color (decimal): -6506652 or 6600604. OLE color: 6600604.

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

Color convert

RGB156183100-
CMYK0.1500.450.28
HSL79.52º36.56%55.49%-
HSV(B)79.52º45.36%71.76%-
XYZ32.9441.8518.4-
YUV165.4691.05121.25-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.54%
GREEN value IS 183 (71.88% from 255) = 41.69%
BLUE value IS 100 (39.45% from 255) = 22.78%
R=35.54%
G=41.69%
B=22.78%

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
Decimal1561831000.1500.450.2879.5236.5655.49
Hex9CB764F02D1C502537
Octal23426714417055341204567
Binary1001110010110111110010011110101101111001010000100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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