Html Css Color HEX #75CC9C Silver Tree

📋 copy color: '#75CC9C'

red 117 ◦ green 204 ◦ blue 156

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

Shades of Silver Tree #75CC9C

Tints of Silver Tree #75CC9C

RGB

 RED value IS 117 (46.09% from 255) = 24.53%

 GREEN value IS 204 (80.08% from 255) = 42.77%

 BLUE value IS 156 (61.33% from 255) = 32.7%

R = 24.53%
G = 42.77%
B = 32.7%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#75CC9C (or 0x75CC9C) is known color: Silver Tree. HEX triplet: 75, CC and 9C. RGB value is (117,204,156). Sum of RGB (Red+Green+Blue) = 117+204+156=477 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.53% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #75CC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CC9C is #8A3363. Grayscale: #ACACAC. Windows color (decimal): -9057124 or 10275957. OLE color: 10275957.

HSL color Cylindrical-coordinate representation of color #75CC9C: hue angle of 146.9º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CC9C is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB 117 204 156 -
CMYK 0.43 0 0.24 0.2
HSL 146.9º 0.46% 0.63% -
HSV(B) 146.9º 0.43% 0.8% -
XYZ 34.93 49.37 39.14 -
YUV 172.52 118.68 88.4 -
System Red Green Blue C M Y K H S L
Decimal 117 204 156 0.43 0 0.24 0.2 146.9 0.46 0.63
Hex 75 CC 9C 2B 0 18 14 93 2E 3F
Octal 165 314 234 53 0 30 24 223 56 77
Binary 1110101 11001100 10011100 101011 0 11000 10100 10010011 101110 111111

Color Harmonies of #75CC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CC9C

Black with #75CC9C

Text Example


Text Example

White with #75CC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75CC9C; }

 p { color: rgb(117,204,156); }

 H1.HeaderClassName
 {
   color: #75CC9C;
 }
 .AnyTagClassName
 {
   color: #75CC9C;
 }
</style>

background-color css

<style>
 a { background-color: #75CC9C; }

 a { background-color: rgb(117,204,156); }

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

border-color css

<style>
 span { border-color: #75CC9C; }

 span { border-color: rgb(117,204,156); }

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