#6CB996

Color #6CB996 Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #6CB996

Tints of Silver Tree #6CB996

Color information

#6CB996 (or 0x6CB996) is unknown color: approx Silver Tree. HEX triplet: 6C, B9 and 96. RGB value is (108,185,150). Sum of RGB (Red+Green+Blue) = 108+185+150=443 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.38% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 185 - color contains mainly: green. Hex color #6CB996 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB996 is #934669. Grayscale: #9E9E9E. Windows color (decimal): -9651818 or 9877868. OLE color: 9877868.

HSL color Cylindrical-coordinate representation of color #6CB996: hue angle of 152.73º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6CB996 is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB108185150-
CMYK0.4200.190.27
HSL152.73º35.48%57.45%-
HSV(B)152.73º41.62%72.55%-
XYZ29.0440.0935.06-
YUV157.99123.4992.35-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.38%
GREEN value IS 185 (72.66% from 255) = 41.76%
BLUE value IS 150 (58.98% from 255) = 33.86%
R=24.38%
G=41.76%
B=33.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1081851500.4200.190.27152.7335.4857.45
Hex6CB9962A0131B992339
Octal15427122652023332314371
Binary110110010111001100101101010100100111101110011001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CB996; }

 p { color: rgb(108,185,150); }

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

<style>
 a { background-color: #6CB996; }

 a { background-color: rgb(108,185,150); }

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

<style>
 span { border-color: #6CB996; }

 span { border-color: rgb(108,185,150); }

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