Html Css Color HEX #819488 Granny Smith

📋 copy color: '#819488'

red 129 ◦ green 148 ◦ blue 136

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

Shades of Granny Smith #819488

Tints of Granny Smith #819488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.93%

R = 31.23%
G = 35.84%
B = 32.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#819488 (or 0x819488) is known color: Granny Smith. HEX triplet: 81, 94 and 88. RGB value is (129,148,136). Sum of RGB (Red+Green+Blue) = 129+148+136=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 148 - color contains mainly: green. Hex color #819488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819488 is #7E6B77. Grayscale: #8C8C8C. Windows color (decimal): -8285048 or 8950913. OLE color: 8950913.

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

Color convert

RGB 129 148 136 -
CMYK 0.13 0 0.08 0.42
HSL 142.11º 0.08% 0.54% -
HSV(B) 142.11º 0.13% 0.58% -
XYZ 24.09 27.62 27.36 -
YUV 140.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 129 148 136 0.13 0 0.08 0.42 142.11 0.08 0.54
Hex 81 94 88 D 0 8 2A 8E 8 36
Octal 201 224 210 15 0 10 52 216 10 66
Binary 10000001 10010100 10001000 1101 0 1000 101010 10001110 1000 110110

Color Harmonies of #819488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819488

Black with #819488

Text Example


Text Example

White with #819488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819488; }

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

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

background-color css

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

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

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

border-color css

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

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

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