#66BF96

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

Shades of Silver Tree #66BF96

Tints of Silver Tree #66BF96

Color information

#66BF96 (or 0x66BF96) is unknown color: approx Silver Tree. HEX triplet: 66, BF and 96. RGB value is (102,191,150). Sum of RGB (Red+Green+Blue) = 102+191+150=443 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.02% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 191 - color contains mainly: green. Hex color #66BF96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BF96 is #994069. Grayscale: #9F9F9F. Windows color (decimal): -10043498 or 9879398. OLE color: 9879398.

HSL color Cylindrical-coordinate representation of color #66BF96: hue angle of 152.36º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66BF96 is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB102191150-
CMYK0.4700.210.25
HSL152.36º41.01%57.45%-
HSV(B)152.36º46.6%74.9%-
XYZ29.6242.2935.46-
YUV159.71122.5186.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.02%
GREEN value IS 191 (75% from 255) = 43.12%
BLUE value IS 150 (58.98% from 255) = 33.86%
R=23.02%
G=43.12%
B=33.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1021911500.4700.210.25152.3641.0157.45
Hex66BF962F01519982939
Octal14627722657025312305171
Binary110011010111111100101101011110101011100110011000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66BF96; }

 p { color: rgb(102,191,150); }

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

<style>
 a { background-color: #66BF96; }

 a { background-color: rgb(102,191,150); }

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

<style>
 span { border-color: #66BF96; }

 span { border-color: rgb(102,191,150); }

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