Html Css Color HEX #819490 Granny Smith

📋 copy color: '#819490'

red 129 ◦ green 148 ◦ blue 144

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

Shades of Granny Smith #819490

Tints of Granny Smith #819490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.2%

R = 30.64%
G = 35.15%
B = 34.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#819490 (or 0x819490) is known color: Granny Smith. HEX triplet: 81, 94 and 90. RGB value is (129,148,144). Sum of RGB (Red+Green+Blue) = 129+148+144=421 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.64% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 148 - color contains mainly: green. Hex color #819490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819490 is #7E6B6F. Grayscale: #8D8D8D. Windows color (decimal): -8285040 or 9475201. OLE color: 9475201.

HSL color Cylindrical-coordinate representation of color #819490: hue angle of 167.37º 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 #819490 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 148 144 -
CMYK 0.13 0 0.03 0.42
HSL 167.37º 0.08% 0.54% -
HSV(B) 167.37º 0.13% 0.58% -
XYZ 24.68 27.86 30.46 -
YUV 141.86 129.21 118.83 -
System Red Green Blue C M Y K H S L
Decimal 129 148 144 0.13 0 0.03 0.42 167.37 0.08 0.54
Hex 81 94 90 D 0 3 2A A7 8 36
Octal 201 224 220 15 0 3 52 247 10 66
Binary 10000001 10010100 10010000 1101 0 11 101010 10100111 1000 110110

Color Harmonies of #819490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819490

Black with #819490

Text Example


Text Example

White with #819490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819490; }

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

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

background-color css

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

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

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

border-color css

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

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

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