Html Css Color HEX #75D695 Silver Tree

📋 copy color: '#75D695'

red 117 ◦ green 214 ◦ blue 149

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

Shades of Silver Tree #75D695

Tints of Silver Tree #75D695

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.58%

 BLUE value IS 149 (58.59% from 255) = 31.04%

R = 24.38%
G = 44.58%
B = 31.04%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#75D695 (or 0x75D695) is known color: Silver Tree. HEX triplet: 75, D6 and 95. RGB value is (117,214,149). Sum of RGB (Red+Green+Blue) = 117+214+149=480 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.38% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 214 - color contains mainly: green. Hex color #75D695 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D695 is #8A296A. Grayscale: #B1B1B1. Windows color (decimal): -9054571 or 9819765. OLE color: 9819765.

HSL color Cylindrical-coordinate representation of color #75D695: hue angle of 139.79º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D695 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 214 149 -
CMYK 0.45 0 0.30 0.16
HSL 139.79º 0.54% 0.65% -
HSV(B) 139.79º 0.45% 0.84% -
XYZ 36.81 54.04 36.93 -
YUV 177.59 111.86 84.79 -
System Red Green Blue C M Y K H S L
Decimal 117 214 149 0.45 0 0.30 0.16 139.79 0.54 0.65
Hex 75 D6 95 2D 0 1E 10 8C 36 41
Octal 165 326 225 55 0 36 20 214 66 101
Binary 1110101 11010110 10010101 101101 0 11110 10000 10001100 110110 1000001

Color Harmonies of #75D695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D695

Black with #75D695

Text Example


Text Example

White with #75D695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,214,149); }

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

background-color css

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

 a { background-color: rgb(117,214,149); }

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

border-color css

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

 span { border-color: rgb(117,214,149); }

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