#84958F

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

Shades of Granny Smith #84958F

Tints of Granny Smith #84958F

Color information

#84958F (or 0x84958F) is unknown color: approx Granny Smith. HEX triplet: 84, 95 and 8F. RGB value is (132,149,143). Sum of RGB (Red+Green+Blue) = 132+149+143=424 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.13% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 149 - color contains mainly: green. Hex color #84958F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84958F is #7B6A70. Grayscale: #8F8F8F. Windows color (decimal): -8088177 or 9409924. OLE color: 9409924.

HSL color Cylindrical-coordinate representation of color #84958F: hue angle of 158.82º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #84958F is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB132149143-
CMYK0.1100.040.42
HSL158.82º7.42%55.1%-
HSV(B)158.82º11.41%58.43%-
XYZ25.2228.3830.14-
YUV143.23127.87119.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.13%
GREEN value IS 149 (58.59% from 255) = 35.14%
BLUE value IS 143 (56.25% from 255) = 33.73%
R=31.13%
G=35.14%
B=33.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321491430.1100.040.42158.827.4255.1
Hex84958FB042A9f737
Octal204225217130452237767
Binary1000010010010101100011111011010010101010011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84958F; }

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

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

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

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

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

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

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

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