Html Css Color HEX #75CC92 Silver Tree

📋 copy color: '#75CC92'

red 117 ◦ green 204 ◦ blue 146

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

Shades of Silver Tree #75CC92

Tints of Silver Tree #75CC92

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.68%

 BLUE value IS 146 (57.42% from 255) = 31.26%

R = 25.05%
G = 43.68%
B = 31.26%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#75CC92 (or 0x75CC92) is known color: Silver Tree. HEX triplet: 75, CC and 92. RGB value is (117,204,146). Sum of RGB (Red+Green+Blue) = 117+204+146=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #75CC92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CC92 is #8A336D. Grayscale: #ABABAB. Windows color (decimal): -9057134 or 9620597. OLE color: 9620597.

HSL color Cylindrical-coordinate representation of color #75CC92: hue angle of 140º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CC92 is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB 117 204 146 -
CMYK 0.43 0 0.28 0.2
HSL 140º 0.46% 0.63% -
HSV(B) 140º 0.43% 0.8% -
XYZ 34.12 49.04 34.86 -
YUV 171.38 113.68 89.22 -
System Red Green Blue C M Y K H S L
Decimal 117 204 146 0.43 0 0.28 0.2 140 0.46 0.63
Hex 75 CC 92 2B 0 1C 14 8C 2E 3F
Octal 165 314 222 53 0 34 24 214 56 77
Binary 1110101 11001100 10010010 101011 0 11100 10100 10001100 101110 111111

Color Harmonies of #75CC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CC92

Black with #75CC92

Text Example


Text Example

White with #75CC92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,204,146); }

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

background-color css

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

 a { background-color: rgb(117,204,146); }

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

border-color css

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

 span { border-color: rgb(117,204,146); }

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