#6BCF95

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

Shades of Silver Tree #6BCF95

Tints of Silver Tree #6BCF95

Color information

#6BCF95 (or 0x6BCF95) is unknown color: approx Silver Tree. HEX triplet: 6B, CF and 95. RGB value is (107,207,149). Sum of RGB (Red+Green+Blue) = 107+207+149=463 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.11% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 207 - color contains mainly: green. Hex color #6BCF95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCF95 is #94306A. Grayscale: #AAAAAA. Windows color (decimal): -9711723 or 9817963. OLE color: 9817963.

HSL color Cylindrical-coordinate representation of color #6BCF95: hue angle of 145.2º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6BCF95 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB107207149-
CMYK0.4800.280.19
HSL145.2º51.02%61.57%-
HSV(B)145.2º48.31%81.18%-
XYZ33.849.9236.29-
YUV170.49115.8782.72-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.11%
GREEN value IS 207 (81.25% from 255) = 44.71%
BLUE value IS 149 (58.59% from 255) = 32.18%
R=23.11%
G=44.71%
B=32.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1072071490.4800.280.19145.251.0261.57
Hex6BCF953001C1391333e
Octal15331722560034232216376
Binary110101111001111100101011100000111001001110010001110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,207,149); }

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

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

 a { background-color: rgb(107,207,149); }

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

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

 span { border-color: rgb(107,207,149); }

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