Html Css Color HEX #60BD96 Silver Tree

📋 copy color: '#60BD96'

red 96 ◦ green 189 ◦ blue 150

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

Shades of Silver Tree #60BD96

Tints of Silver Tree #60BD96

RGB

 RED value IS 96 (37.89% from 255) = 22.07%

 GREEN value IS 189 (74.22% from 255) = 43.45%

 BLUE value IS 150 (58.98% from 255) = 34.48%

R = 22.07%
G = 43.45%
B = 34.48%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#60BD96 (or 0x60BD96) is known color: Silver Tree. HEX triplet: 60, BD and 96. RGB value is (96,189,150). Sum of RGB (Red+Green+Blue) = 96+189+150=435 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.07% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 189 - color contains mainly: green. Hex color #60BD96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BD96 is #9F4269. Grayscale: #9C9C9C. Windows color (decimal): -10437226 or 9878880. OLE color: 9878880.

HSL color Cylindrical-coordinate representation of color #60BD96: hue angle of 154.84º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BD96 is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 189 150 -
CMYK 0.49 0 0.21 0.26
HSL 154.84º 0.41% 0.56% -
HSV(B) 154.84º 0.49% 0.74% -
XYZ 28.53 41.08 35.28 -
YUV 156.75 124.19 84.67 -
System Red Green Blue C M Y K H S L
Decimal 96 189 150 0.49 0 0.21 0.26 154.84 0.41 0.56
Hex 60 BD 96 31 0 15 1A 9B 29 38
Octal 140 275 226 61 0 25 32 233 51 70
Binary 1100000 10111101 10010110 110001 0 10101 11010 10011011 101001 111000

Color Harmonies of #60BD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BD96

Black with #60BD96

Text Example


Text Example

White with #60BD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60BD96; }

 p { color: rgb(96,189,150); }

 H1.HeaderClassName
 {
   color: #60BD96;
 }
 .AnyTagClassName
 {
   color: #60BD96;
 }
</style>

background-color css

<style>
 a { background-color: #60BD96; }

 a { background-color: rgb(96,189,150); }

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

border-color css

<style>
 span { border-color: #60BD96; }

 span { border-color: rgb(96,189,150); }

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