#7F908B

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

Shades of Granny Smith #7F908B

Tints of Granny Smith #7F908B

Color information

#7F908B (or 0x7F908B) is unknown color: approx Granny Smith. HEX triplet: 7F, 90 and 8B. RGB value is (127,144,139). Sum of RGB (Red+Green+Blue) = 127+144+139=410 (54% of max value = 765). Red value is 127 (50% from 255 or 30.98% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 144 - color contains mainly: green. Hex color #7F908B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F908B is #806F74. Grayscale: #8A8A8A. Windows color (decimal): -8417141 or 9146495. OLE color: 9146495.

HSL color Cylindrical-coordinate representation of color #7F908B: hue angle of 162.35º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7F908B is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB127144139-
CMYK0.1200.030.44
HSL162.35º7.11%53.14%-
HSV(B)162.35º11.81%56.47%-
XYZ23.3926.3228.27-
YUV138.35128.37119.91-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.98%
GREEN value IS 144 (56.64% from 255) = 35.12%
BLUE value IS 139 (54.69% from 255) = 33.90%
R=30.98%
G=35.12%
B=33.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1271441390.1200.030.44162.357.1153.14
Hex7F908BC032Ca2735
Octal177220213140354242765
Binary11111111001000010001011110001110110010100010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,144,139); }

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

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

 a { background-color: rgb(127,144,139); }

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

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

 span { border-color: rgb(127,144,139); }

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