#6EBF85

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

Shades of Silver Tree #6EBF85

Tints of Silver Tree #6EBF85

Color information

#6EBF85 (or 0x6EBF85) is unknown color: approx Silver Tree. HEX triplet: 6E, BF and 85. RGB value is (110,191,133). Sum of RGB (Red+Green+Blue) = 110+191+133=434 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.35% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 191 - color contains mainly: green. Hex color #6EBF85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBF85 is #91407A. Grayscale: #A0A0A0. Windows color (decimal): -9519227 or 8765294. OLE color: 8765294.

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

Color convert

RGB110191133-
CMYK0.4200.300.25
HSL137.04º38.76%59.02%-
HSV(B)137.04º42.41%74.9%-
XYZ29.2942.2728.81-
YUV160.17112.6692.22-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.35%
GREEN value IS 191 (75% from 255) = 44.01%
BLUE value IS 133 (52.34% from 255) = 30.65%
R=25.35%
G=44.01%
B=30.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1101911330.4200.300.25137.0438.7659.02
Hex6EBF852A01E1989273b
Octal15627720552036312114773
Binary110111010111111100001011010100111101100110001001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,191,133); }

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

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

 a { background-color: rgb(110,191,133); }

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

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

 span { border-color: rgb(110,191,133); }

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