Html Css Color HEX #75C291 Silver Tree

📋 copy color: '#75C291'

red 117 ◦ green 194 ◦ blue 145

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

Shades of Silver Tree #75C291

Tints of Silver Tree #75C291

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.54%

 BLUE value IS 145 (57.03% from 255) = 31.8%

R = 25.66%
G = 42.54%
B = 31.8%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#75C291 (or 0x75C291) is known color: Silver Tree. HEX triplet: 75, C2 and 91. RGB value is (117,194,145). Sum of RGB (Red+Green+Blue) = 117+194+145=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 145 (57.03% from 255 or 31.80% from 456); Max value from RGB is 194 - color contains mainly: green. Hex color #75C291 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C291 is #8A3D6E. Grayscale: #A5A5A5. Windows color (decimal): -9059695 or 9552501. OLE color: 9552501.

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

Color convert

RGB 117 194 145 -
CMYK 0.40 0 0.25 0.24
HSL 141.82º 0.39% 0.61% -
HSV(B) 141.82º 0.4% 0.76% -
XYZ 31.74 44.41 33.69 -
YUV 165.39 116.49 93.48 -
System Red Green Blue C M Y K H S L
Decimal 117 194 145 0.40 0 0.25 0.24 141.82 0.39 0.61
Hex 75 C2 91 28 0 19 18 8E 27 3D
Octal 165 302 221 50 0 31 30 216 47 75
Binary 1110101 11000010 10010001 101000 0 11001 11000 10001110 100111 111101

Color Harmonies of #75C291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C291

Black with #75C291

Text Example


Text Example

White with #75C291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,194,145); }

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

background-color css

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

 a { background-color: rgb(117,194,145); }

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

border-color css

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

 span { border-color: rgb(117,194,145); }

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