Html Css Color HEX #66C095 Silver Tree

📋 copy color: '#66C095'

red 102 ◦ green 192 ◦ blue 149

#66C095
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silver Tree #66C095

Tints of Silver Tree #66C095

RGB

 RED value IS 102 (40.23% from 255) = 23.02%

 GREEN value IS 192 (75.39% from 255) = 43.34%

 BLUE value IS 149 (58.59% from 255) = 33.63%

R = 23.02%
G = 43.34%
B = 33.63%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#66C095 (or 0x66C095) is known color: Silver Tree. HEX triplet: 66, C0 and 95. RGB value is (102,192,149). Sum of RGB (Red+Green+Blue) = 102+192+149=443 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.02% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 149 (58.59% from 255 or 33.63% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #66C095 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C095 is #993F6A. Grayscale: #A0A0A0. Windows color (decimal): -10043243 or 9814118. OLE color: 9814118.

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

Color convert

RGB 102 192 149 -
CMYK 0.47 0 0.22 0.25
HSL 151.33º 0.42% 0.58% -
HSV(B) 151.33º 0.47% 0.75% -
XYZ 29.75 42.69 35.11 -
YUV 160.19 121.68 86.5 -
System Red Green Blue C M Y K H S L
Decimal 102 192 149 0.47 0 0.22 0.25 151.33 0.42 0.58
Hex 66 C0 95 2F 0 16 19 97 2A 3A
Octal 146 300 225 57 0 26 31 227 52 72
Binary 1100110 11000000 10010101 101111 0 10110 11001 10010111 101010 111010

Color Harmonies of #66C095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C095

Black with #66C095

Text Example


Text Example

White with #66C095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,192,149); }

 H1.HeaderClassName
 {
   color: #66C095;
 }
 .AnyTagClassName
 {
   color: #66C095;
 }
</style>

background-color css

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

 a { background-color: rgb(102,192,149); }

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

border-color css

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

 span { border-color: rgb(102,192,149); }

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