#7F9287

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

Shades of Granny Smith #7F9287

Tints of Granny Smith #7F9287

Color information

#7F9287 (or 0x7F9287) is unknown color: approx Granny Smith. HEX triplet: 7F, 92 and 87. RGB value is (127,146,135). Sum of RGB (Red+Green+Blue) = 127+146+135=408 (54% of max value = 765). Red value is 127 (50% from 255 or 31.13% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 135 (53.12% from 255 or 33.09% from 408); Max value from RGB is 146 - color contains mainly: green. Hex color #7F9287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9287 is #806D78. Grayscale: #8B8B8B. Windows color (decimal): -8416633 or 8884863. OLE color: 8884863.

HSL color Cylindrical-coordinate representation of color #7F9287: hue angle of 145.26º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7F9287 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB127146135-
CMYK0.1300.080.43
HSL145.26º8.02%53.53%-
HSV(B)145.26º13.01%57.25%-
XYZ23.426.8226.86-
YUV139.06125.71119.39-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.13%
GREEN value IS 146 (57.42% from 255) = 35.78%
BLUE value IS 135 (53.12% from 255) = 33.09%
R=31.13%
G=35.78%
B=33.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1271461350.1300.080.43145.268.0253.53
Hex7F9287D082B91836
Octal17722220715010532211066
Binary11111111001001010000111110101000101011100100011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F9287; }

 p { color: rgb(127,146,135); }

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

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

 a { background-color: rgb(127,146,135); }

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

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

 span { border-color: rgb(127,146,135); }

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