#69B085

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

Shades of Silver Tree #69B085

Tints of Silver Tree #69B085

Color information

#69B085 (or 0x69B085) is unknown color: approx Silver Tree. HEX triplet: 69, B0 and 85. RGB value is (105,176,133). Sum of RGB (Red+Green+Blue) = 105+176+133=414 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.36% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 176 - color contains mainly: green. Hex color #69B085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69B085 is #964F7A. Grayscale: #959595. Windows color (decimal): -9850747 or 8761449. OLE color: 8761449.

HSL color Cylindrical-coordinate representation of color #69B085: hue angle of 143.66º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69B085 is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB105176133-
CMYK0.4000.240.31
HSL143.66º31%55.1%-
HSV(B)143.66º40.34%69.02%-
XYZ25.5835.7527.74-
YUV149.87118.4896-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.36%
GREEN value IS 176 (69.14% from 255) = 42.51%
BLUE value IS 133 (52.34% from 255) = 32.13%
R=25.36%
G=42.51%
B=32.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051761330.4000.240.31143.663155.1
Hex69B085280181F901f37
Octal15126020550030372203767
Binary11010011011000010000101101000011000111111001000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69B085; }

 p { color: rgb(105,176,133); }

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

<style>
 a { background-color: #69B085; }

 a { background-color: rgb(105,176,133); }

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

<style>
 span { border-color: #69B085; }

 span { border-color: rgb(105,176,133); }

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