#7F938F

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

Shades of Granny Smith #7F938F

Tints of Granny Smith #7F938F

Color information

#7F938F (or 0x7F938F) is unknown color: approx Granny Smith. HEX triplet: 7F, 93 and 8F. RGB value is (127,147,143). Sum of RGB (Red+Green+Blue) = 127+147+143=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 147 - color contains mainly: green. Hex color #7F938F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F938F is #806C70. Grayscale: #8C8C8C. Windows color (decimal): -8416369 or 9409407. OLE color: 9409407.

HSL color Cylindrical-coordinate representation of color #7F938F: hue angle of 168º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7F938F is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB127147143-
CMYK0.1400.030.42
HSL168º8.47%53.73%-
HSV(B)168º13.61%57.65%-
XYZ24.1427.3630-
YUV140.56129.37118.33-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.46%
GREEN value IS 147 (57.81% from 255) = 35.25%
BLUE value IS 143 (56.25% from 255) = 34.29%
R=30.46%
G=35.25%
B=34.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1271471430.1400.030.421688.4753.73
Hex7F938FE032Aa8836
Octal1772232171603522501066
Binary111111110010011100011111110011101010101010001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F938F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,147,143); }

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

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

 a { background-color: rgb(127,147,143); }

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

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

 span { border-color: rgb(127,147,143); }

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