#9CB568

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

Shades of Olivine #9CB568

Tints of Olivine #9CB568

Color information

#9CB568 (or 0x9CB568) is unknown color: approx Olivine. HEX triplet: 9C, B5 and 68. RGB value is (156,181,104). Sum of RGB (Red+Green+Blue) = 156+181+104=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 181 - color contains mainly: green. Hex color #9CB568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB568 is #634A97. Grayscale: #A5A5A5. Windows color (decimal): -6507160 or 6862236. OLE color: 6862236.

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

Color convert

RGB156181104-
CMYK0.1400.430.29
HSL79.48º34.22%55.88%-
HSV(B)79.48º42.54%70.98%-
XYZ32.7341.1219.31-
YUV164.7593.72121.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.37%
GREEN value IS 181 (71.09% from 255) = 41.04%
BLUE value IS 104 (41.02% from 255) = 23.58%
R=35.37%
G=41.04%
B=23.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1561811040.1400.430.2979.4834.2255.88
Hex9CB568E02B1D4f2238
Octal23426515016053351174270
Binary1001110010110101110100011100101011111011001111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,181,104); }

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

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

 a { background-color: rgb(156,181,104); }

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

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

 span { border-color: rgb(156,181,104); }

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