#7A8F84

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

Shades of Granny Smith #7A8F84

Tints of Granny Smith #7A8F84

Color information

#7A8F84 (or 0x7A8F84) is unknown color: approx Granny Smith. HEX triplet: 7A, 8F and 84. RGB value is (122,143,132). Sum of RGB (Red+Green+Blue) = 122+143+132=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 143 - color contains mainly: green. Hex color #7A8F84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8F84 is #85707B. Grayscale: #878787. Windows color (decimal): -8745084 or 8687482. OLE color: 8687482.

HSL color Cylindrical-coordinate representation of color #7A8F84: hue angle of 148.57º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7A8F84 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB122143132-
CMYK0.1500.080.44
HSL148.57º8.57%51.96%-
HSV(B)148.57º14.69%56.08%-
XYZ22.0125.4525.58-
YUV135.47126.04118.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.73%
GREEN value IS 143 (56.25% from 255) = 36.02%
BLUE value IS 132 (51.95% from 255) = 33.25%
R=30.73%
G=36.02%
B=33.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1221431320.1500.080.44148.578.5751.96
Hex7A8F84F082C95934
Octal17221720417010542251164
Binary11110101000111110000100111101000101100100101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A8F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,143,132); }

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

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

 a { background-color: rgb(122,143,132); }

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

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

 span { border-color: rgb(122,143,132); }

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