Html Css Color HEX #75C196 Silver Tree

📋 copy color: '#75C196'

red 117 ◦ green 193 ◦ blue 150

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

Shades of Silver Tree #75C196

Tints of Silver Tree #75C196

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.96%

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

R = 25.43%
G = 41.96%
B = 32.61%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#75C196 (or 0x75C196) is known color: Silver Tree. HEX triplet: 75, C1 and 96. RGB value is (117,193,150). Sum of RGB (Red+Green+Blue) = 117+193+150=460 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.43% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 150 (58.98% from 255 or 32.61% from 460); Max value from RGB is 193 - color contains mainly: green. Hex color #75C196 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C196 is #8A3E69. Grayscale: #A5A5A5. Windows color (decimal): -9059946 or 9879925. OLE color: 9879925.

HSL color Cylindrical-coordinate representation of color #75C196: hue angle of 146.05º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75C196 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 193 150 -
CMYK 0.39 0 0.22 0.24
HSL 146.05º 0.38% 0.61% -
HSV(B) 146.05º 0.39% 0.76% -
XYZ 31.91 44.12 35.69 -
YUV 165.37 119.32 93.5 -
System Red Green Blue C M Y K H S L
Decimal 117 193 150 0.39 0 0.22 0.24 146.05 0.38 0.61
Hex 75 C1 96 27 0 16 18 92 26 3D
Octal 165 301 226 47 0 26 30 222 46 75
Binary 1110101 11000001 10010110 100111 0 10110 11000 10010010 100110 111101

Color Harmonies of #75C196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C196

Black with #75C196

Text Example


Text Example

White with #75C196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,193,150); }

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

background-color css

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

 a { background-color: rgb(117,193,150); }

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

border-color css

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

 span { border-color: rgb(117,193,150); }

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