#759284

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

Shades of Granny Smith #759284

Tints of Granny Smith #759284

Color information

#759284 (or 0x759284) is unknown color: approx Granny Smith. HEX triplet: 75, 92 and 84. RGB value is (117,146,132). Sum of RGB (Red+Green+Blue) = 117+146+132=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 146 - color contains mainly: green. Hex color #759284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759284 is #8A6D7B. Grayscale: #878787. Windows color (decimal): -9071996 or 8688245. OLE color: 8688245.

HSL color Cylindrical-coordinate representation of color #759284: hue angle of 151.03º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #759284 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB117146132-
CMYK0.2000.100.43
HSL151.03º11.74%51.57%-
HSV(B)151.03º19.86%57.25%-
XYZ21.7826.0125.7-
YUV135.73125.89114.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.62%
GREEN value IS 146 (57.42% from 255) = 36.96%
BLUE value IS 132 (51.95% from 255) = 33.42%
R=29.62%
G=36.96%
B=33.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171461320.2000.100.43151.0311.7451.57
Hex759284140A2B97c34
Octal16522220424012532271464
Binary111010110010010100001001010001010101011100101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759284; }

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

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

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

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

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

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

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

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