#75968D

Color #75968D Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #75968D

Tints of Granny Smith #75968D

Color information

#75968D (or 0x75968D) is unknown color: approx Granny Smith. HEX triplet: 75, 96 and 8D. RGB value is (117,150,141). Sum of RGB (Red+Green+Blue) = 117+150+141=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 150 - color contains mainly: green. Hex color #75968D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75968D is #8A6972. Grayscale: #8B8B8B. Windows color (decimal): -9070963 or 9279093. OLE color: 9279093.

HSL color Cylindrical-coordinate representation of color #75968D: hue angle of 163.64º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #75968D is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB117150141-
CMYK0.2200.060.41
HSL163.64º13.58%52.35%-
HSV(B)163.64º22%58.82%-
XYZ23.0527.5229.3-
YUV139.11129.07112.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.68%
GREEN value IS 150 (58.98% from 255) = 36.76%
BLUE value IS 141 (55.47% from 255) = 34.56%
R=28.68%
G=36.76%
B=34.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171501410.2200.060.41163.6413.5852.35
Hex75968D160629a4e34
Octal1652262152606512441664
Binary11101011001011010001101101100110101001101001001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75968D; }

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

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

<style>
 a { background-color: #75968D; }

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

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

<style>
 span { border-color: #75968D; }

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

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