#6CBF86

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

Shades of Silver Tree #6CBF86

Tints of Silver Tree #6CBF86

Color information

#6CBF86 (or 0x6CBF86) is unknown color: approx Silver Tree. HEX triplet: 6C, BF and 86. RGB value is (108,191,134). Sum of RGB (Red+Green+Blue) = 108+191+134=433 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.94% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 191 - color contains mainly: green. Hex color #6CBF86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBF86 is #934079. Grayscale: #9F9F9F. Windows color (decimal): -9650298 or 8830828. OLE color: 8830828.

HSL color Cylindrical-coordinate representation of color #6CBF86: hue angle of 138.8º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CBF86 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB108191134-
CMYK0.4300.300.25
HSL138.8º39.34%58.63%-
HSV(B)138.8º43.46%74.9%-
XYZ29.1242.1729.16-
YUV159.68113.591.13-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.94%
GREEN value IS 191 (75% from 255) = 44.11%
BLUE value IS 134 (52.73% from 255) = 30.95%
R=24.94%
G=44.11%
B=30.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1081911340.4300.300.25138.839.3458.63
Hex6CBF862B01E198b273b
Octal15427720653036312134773
Binary110110010111111100001101010110111101100110001011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CBF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,191,134); }

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

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

 a { background-color: rgb(108,191,134); }

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

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

 span { border-color: rgb(108,191,134); }

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