Html Css Color HEX #819489 Granny Smith

📋 copy color: '#819489'

red 129 ◦ green 148 ◦ blue 137

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

Shades of Granny Smith #819489

Tints of Granny Smith #819489

RGB

 RED value IS 129 (50.78% from 255) = 31.16%

 GREEN value IS 148 (58.2% from 255) = 35.75%

 BLUE value IS 137 (53.91% from 255) = 33.09%

R = 31.16%
G = 35.75%
B = 33.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#819489 (or 0x819489) is known color: Granny Smith. HEX triplet: 81, 94 and 89. RGB value is (129,148,137). Sum of RGB (Red+Green+Blue) = 129+148+137=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 148 - color contains mainly: green. Hex color #819489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819489 is #7E6B76. Grayscale: #8D8D8D. Windows color (decimal): -8285047 or 9016449. OLE color: 9016449.

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

Color convert

RGB 129 148 137 -
CMYK 0.13 0 0.07 0.42
HSL 145.26º 0.08% 0.54% -
HSV(B) 145.26º 0.13% 0.58% -
XYZ 24.16 27.65 27.73 -
YUV 141.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 129 148 137 0.13 0 0.07 0.42 145.26 0.08 0.54
Hex 81 94 89 D 0 7 2A 91 8 36
Octal 201 224 211 15 0 7 52 221 10 66
Binary 10000001 10010100 10001001 1101 0 111 101010 10010001 1000 110110

Color Harmonies of #819489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819489

Black with #819489

Text Example


Text Example

White with #819489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819489; }

 p { color: rgb(129,148,137); }

 H1.HeaderClassName
 {
   color: #819489;
 }
 .AnyTagClassName
 {
   color: #819489;
 }
</style>

background-color css

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

 a { background-color: rgb(129,148,137); }

 div.DivClassName
 {
   background-color: #819489;
 }
 .BgClassName
 {
   background-color: #819489;
 }
</style>

border-color css

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

 span { border-color: rgb(129,148,137); }

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