#9CB680

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

Shades of Olivine #9CB680

Tints of Olivine #9CB680

Color information

#9CB680 (or 0x9CB680) is unknown color: approx Olivine. HEX triplet: 9C, B6 and 80. RGB value is (156,182,128). Sum of RGB (Red+Green+Blue) = 156+182+128=466 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.48% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 182 - color contains mainly: green. Hex color #9CB680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB680 is #63497F. Grayscale: #A8A8A8. Windows color (decimal): -6506880 or 8435356. OLE color: 8435356.

HSL color Cylindrical-coordinate representation of color #9CB680: hue angle of 88.89º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CB680 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB156182128-
CMYK0.1400.300.29
HSL88.89º27%60.78%-
HSV(B)88.89º29.67%71.37%-
XYZ34.3342.0826.74-
YUV168.07105.39119.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.48%
GREEN value IS 182 (71.48% from 255) = 39.06%
BLUE value IS 128 (50.39% from 255) = 27.47%
R=33.48%
G=39.06%
B=27.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1561821280.1400.300.2988.892760.78
Hex9CB680E01E1D591b3d
Octal23426620016036351313375
Binary100111001011011010000000111001111011101101100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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