Html Css Color HEX #75CB90 Silver Tree

📋 copy color: '#75CB90'

red 117 ◦ green 203 ◦ blue 144

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

Shades of Silver Tree #75CB90

Tints of Silver Tree #75CB90

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.75%

 BLUE value IS 144 (56.64% from 255) = 31.03%

R = 25.22%
G = 43.75%
B = 31.03%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#75CB90 (or 0x75CB90) is known color: Silver Tree. HEX triplet: 75, CB and 90. RGB value is (117,203,144). Sum of RGB (Red+Green+Blue) = 117+203+144=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 203 - color contains mainly: green. Hex color #75CB90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CB90 is #8A346F. Grayscale: #AAAAAA. Windows color (decimal): -9057392 or 9489269. OLE color: 9489269.

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

Color convert

RGB 117 203 144 -
CMYK 0.42 0 0.29 0.20
HSL 138.84º 0.45% 0.63% -
HSV(B) 138.84º 0.42% 0.8% -
XYZ 33.73 48.51 33.97 -
YUV 170.56 113.01 89.8 -
System Red Green Blue C M Y K H S L
Decimal 117 203 144 0.42 0 0.29 0.20 138.84 0.45 0.63
Hex 75 CB 90 2A 0 1D 14 8B 2D 3F
Octal 165 313 220 52 0 35 24 213 55 77
Binary 1110101 11001011 10010000 101010 0 11101 10100 10001011 101101 111111

Color Harmonies of #75CB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CB90

Black with #75CB90

Text Example


Text Example

White with #75CB90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,203,144); }

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

background-color css

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

 a { background-color: rgb(117,203,144); }

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

border-color css

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

 span { border-color: rgb(117,203,144); }

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