#75c699

Color #75C699 Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #75C699

Tints of Silver Tree #75C699

Color information

#75C699 (or 0x75C699) is unknown color: approx Silver Tree. HEX triplet: 75, C6 and 99. RGB value is (117,198,153). Sum of RGB (Red+Green+Blue) = 117+198+153=468 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 198 - color contains mainly: green. Hex color #75C699 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C699 is #8A3966. Grayscale: #A8A8A8. Windows color (decimal): -9058663 or 10077813. OLE color: 10077813.

HSL color Cylindrical-coordinate representation of color #75C699: hue angle of 146.67º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75C699 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB117198153-
CMYK0.4100.230.22
HSL146.67º41.54%61.76%-
HSV(B)146.67º40.91%77.65%-
XYZ33.2846.4737.35-
YUV168.65119.1691.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25%
GREEN value IS 198 (77.73% from 255) = 42.31%
BLUE value IS 153 (60.16% from 255) = 32.69%
R=25%
G=42.31%
B=32.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1171981530.4100.230.22146.6741.5461.76
Hex75C6992901716932a3e
Octal16530623151027262235276
Binary111010111000110100110011010010101111011010010011101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75c699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,198,153); }

 H1.HeaderClassName
 {
   color: #75c699;
 }
 .AnyTagClassName
 {
   color: #75c699;
 }
</style>
background-color css

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

 a { background-color: rgb(117,198,153); }

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

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

 span { border-color: rgb(117,198,153); }

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