#6CBD97

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

Shades of Silver Tree #6CBD97

Tints of Silver Tree #6CBD97

Color information

#6CBD97 (or 0x6CBD97) is unknown color: approx Silver Tree. HEX triplet: 6C, BD and 97. RGB value is (108,189,151). Sum of RGB (Red+Green+Blue) = 108+189+151=448 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.11% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 151 (59.38% from 255 or 33.71% from 448); Max value from RGB is 189 - color contains mainly: green. Hex color #6CBD97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBD97 is #934268. Grayscale: #A0A0A0. Windows color (decimal): -9650793 or 9944428. OLE color: 9944428.

HSL color Cylindrical-coordinate representation of color #6CBD97: hue angle of 151.85º 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 #6CBD97 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB108189151-
CMYK0.4300.200.26
HSL151.85º38.03%58.24%-
HSV(B)151.85º42.86%74.12%-
XYZ29.9741.8235.77-
YUV160.45122.6690.59-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.11%
GREEN value IS 189 (74.22% from 255) = 42.19%
BLUE value IS 151 (59.38% from 255) = 33.71%
R=24.11%
G=42.19%
B=33.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1081891510.4300.200.26151.8538.0358.24
Hex6CBD972B0141A98263a
Octal15427522753024322304672
Binary110110010111101100101111010110101001101010011000100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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