Html Css Color HEX #819088 Granny Smith

📋 copy color: '#819088'

red 129 ◦ green 144 ◦ blue 136

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

Shades of Granny Smith #819088

Tints of Granny Smith #819088

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.21%

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

R = 31.54%
G = 35.21%
B = 33.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#819088 (or 0x819088) is known color: Granny Smith. HEX triplet: 81, 90 and 88. RGB value is (129,144,136). Sum of RGB (Red+Green+Blue) = 129+144+136=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 144 - color contains mainly: green. Hex color #819088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819088 is #7E6F77. Grayscale: #8A8A8A. Windows color (decimal): -8286072 or 8949889. OLE color: 8949889.

HSL color Cylindrical-coordinate representation of color #819088: hue angle of 148º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #819088 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 129 144 136 -
CMYK 0.10 0 0.06 0.44
HSL 148º 0.06% 0.54% -
HSV(B) 148º 0.1% 0.56% -
XYZ 23.47 26.39 27.15 -
YUV 138.6 126.53 121.15 -
System Red Green Blue C M Y K H S L
Decimal 129 144 136 0.10 0 0.06 0.44 148 0.06 0.54
Hex 81 90 88 A 0 6 2C 94 6 36
Octal 201 220 210 12 0 6 54 224 6 66
Binary 10000001 10010000 10001000 1010 0 110 101100 10010100 110 110110

Color Harmonies of #819088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819088

Black with #819088

Text Example


Text Example

White with #819088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819088; }

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

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

background-color css

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

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

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

border-color css

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

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

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