#6CBD96

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

Shades of Silver Tree #6CBD96

Tints of Silver Tree #6CBD96

Color information

#6CBD96 (or 0x6CBD96) is unknown color: approx Silver Tree. HEX triplet: 6C, BD and 96. RGB value is (108,189,150). Sum of RGB (Red+Green+Blue) = 108+189+150=447 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.16% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 189 - color contains mainly: green. Hex color #6CBD96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBD96 is #934269. Grayscale: #A0A0A0. Windows color (decimal): -9650794 or 9878892. OLE color: 9878892.

HSL color Cylindrical-coordinate representation of color #6CBD96: hue angle of 151.11º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CBD96 is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB108189150-
CMYK0.4300.210.26
HSL151.11º38.03%58.24%-
HSV(B)151.11º42.86%74.12%-
XYZ29.8941.7935.34-
YUV160.34122.1690.67-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.16%
GREEN value IS 189 (74.22% from 255) = 42.28%
BLUE value IS 150 (58.98% from 255) = 33.56%
R=24.16%
G=42.28%
B=33.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1081891500.4300.210.26151.1138.0358.24
Hex6CBD962B0151A97263a
Octal15427522653025322274672
Binary110110010111101100101101010110101011101010010111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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