Html Css Color HEX #84958F Granny Smith

📋 copy color: '#84958F'

red 132 ◦ green 149 ◦ blue 143

#84958F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith #84958F

Tints of Granny Smith #84958F

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 value IS 0.11

 M value IS 0

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#84958F (or 0x84958F) is known color: 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

RGB 132 149 143 -
CMYK 0.11 0 0.04 0.42
HSL 158.82º 0.07% 0.55% -
HSV(B) 158.82º 0.11% 0.58% -
XYZ 25.22 28.38 30.14 -
YUV 143.23 127.87 119.99 -
System Red Green Blue C M Y K H S L
Decimal 132 149 143 0.11 0 0.04 0.42 158.82 0.07 0.55
Hex 84 95 8F B 0 4 2A 9F 7 37
Octal 204 225 217 13 0 4 52 237 7 67
Binary 10000100 10010101 10001111 1011 0 100 101010 10011111 111 110111

Color Harmonies of #84958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84958F

Black with #84958F

Text Example


Text Example

White with #84958F

Text Example


Text Example

HTML Codes & Css Web 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>