Html Css Color HEX #75CA8C Silver Tree

📋 copy color: '#75CA8C'

red 117 ◦ green 202 ◦ blue 140

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

Shades of Silver Tree #75CA8C

Tints of Silver Tree #75CA8C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.01%

 BLUE value IS 140 (55.08% from 255) = 30.5%

R = 25.49%
G = 44.01%
B = 30.5%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#75CA8C (or 0x75CA8C) is known color: Silver Tree. HEX triplet: 75, CA and 8C. RGB value is (117,202,140). Sum of RGB (Red+Green+Blue) = 117+202+140=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CA8C is #8A3573. Grayscale: #A9A9A9. Windows color (decimal): -9057652 or 9226869. OLE color: 9226869.

HSL color Cylindrical-coordinate representation of color #75CA8C: hue angle of 136.24º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75CA8C is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 202 140 -
CMYK 0.42 0 0.31 0.21
HSL 136.24º 0.45% 0.63% -
HSV(B) 136.24º 0.42% 0.79% -
XYZ 33.19 47.92 32.31 -
YUV 169.52 111.34 90.54 -
System Red Green Blue C M Y K H S L
Decimal 117 202 140 0.42 0 0.31 0.21 136.24 0.45 0.63
Hex 75 CA 8C 2A 0 1F 15 88 2D 3F
Octal 165 312 214 52 0 37 25 210 55 77
Binary 1110101 11001010 10001100 101010 0 11111 10101 10001000 101101 111111

Color Harmonies of #75CA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CA8C

Black with #75CA8C

Text Example


Text Example

White with #75CA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,202,140); }

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

background-color css

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

 a { background-color: rgb(117,202,140); }

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

border-color css

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

 span { border-color: rgb(117,202,140); }

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