#75867E

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

Shades of Granny Smith #75867E

Tints of Granny Smith #75867E

Color information

#75867E (or 0x75867E) is unknown color: approx Granny Smith. HEX triplet: 75, 86 and 7E. RGB value is (117,134,126). Sum of RGB (Red+Green+Blue) = 117+134+126=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 134 - color contains mainly: green. Hex color #75867E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75867E is #8A7981. Grayscale: #808080. Windows color (decimal): -9075074 or 8291957. OLE color: 8291957.

HSL color Cylindrical-coordinate representation of color #75867E: hue angle of 151.76º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #75867E is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB117134126-
CMYK0.1300.060.47
HSL151.76º6.77%49.22%-
HSV(B)151.76º12.69%52.55%-
XYZ19.6322.3423.02-
YUV128126.87120.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.03%
GREEN value IS 134 (52.73% from 255) = 35.54%
BLUE value IS 126 (49.61% from 255) = 33.42%
R=31.03%
G=35.54%
B=33.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1171341260.1300.060.47151.766.7749.22
Hex75867ED062F98731
Octal165206176150657230761
Binary11101011000011011111101101011010111110011000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75867E; }

 p { color: rgb(117,134,126); }

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

<style>
 a { background-color: #75867E; }

 a { background-color: rgb(117,134,126); }

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

<style>
 span { border-color: #75867E; }

 span { border-color: rgb(117,134,126); }

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