#69B98C

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

Shades of Silver Tree #69B98C

Tints of Silver Tree #69B98C

Color information

#69B98C (or 0x69B98C) is unknown color: approx Silver Tree. HEX triplet: 69, B9 and 8C. RGB value is (105,185,140). Sum of RGB (Red+Green+Blue) = 105+185+140=430 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.42% from 430); Green value is 185 (72.66% from 255 or 43.02% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 185 - color contains mainly: green. Hex color #69B98C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B98C is #964673. Grayscale: #9C9C9C. Windows color (decimal): -9848436 or 9222505. OLE color: 9222505.

HSL color Cylindrical-coordinate representation of color #69B98C: hue angle of 146.25º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #69B98C is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB105185140-
CMYK0.4300.240.27
HSL146.25º36.36%56.86%-
HSV(B)146.25º43.24%72.55%-
XYZ27.9139.5930.98-
YUV155.9511991.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.42%
GREEN value IS 185 (72.66% from 255) = 43.02%
BLUE value IS 140 (55.08% from 255) = 32.56%
R=24.42%
G=43.02%
B=32.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051851400.4300.240.27146.2536.3656.86
Hex69B98C2B0181B922439
Octal15127121453030332224471
Binary110100110111001100011001010110110001101110010010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,185,140); }

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

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

 a { background-color: rgb(105,185,140); }

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

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

 span { border-color: rgb(105,185,140); }

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