#6FCD86

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

Shades of Silver Tree #6FCD86

Tints of Silver Tree #6FCD86

Color information

#6FCD86 (or 0x6FCD86) is unknown color: approx Silver Tree. HEX triplet: 6F, CD and 86. RGB value is (111,205,134). Sum of RGB (Red+Green+Blue) = 111+205+134=450 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.67% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 134 (52.73% from 255 or 29.78% from 450); Max value from RGB is 205 - color contains mainly: green. Hex color #6FCD86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCD86 is #903279. Grayscale: #A8A8A8. Windows color (decimal): -9450106 or 8834415. OLE color: 8834415.

HSL color Cylindrical-coordinate representation of color #6FCD86: hue angle of 134.68º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCD86 is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB111205134-
CMYK0.4600.350.20
HSL134.68º48.45%61.96%-
HSV(B)134.68º45.85%80.39%-
XYZ32.6948.7630.24-
YUV168.8108.3686.77-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.67%
GREEN value IS 205 (80.47% from 255) = 45.56%
BLUE value IS 134 (52.73% from 255) = 29.78%
R=24.67%
G=45.56%
B=29.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1112051340.4600.350.20134.6848.4561.96
Hex6FCD862E0231487303e
Octal15731520656043242076076
Binary1101111110011011000011010111001000111010010000111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,205,134); }

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

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

 a { background-color: rgb(111,205,134); }

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

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

 span { border-color: rgb(111,205,134); }

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