Html Css Color HEX #819A88 Envy

📋 copy color: '#819A88'

red 129 ◦ green 154 ◦ blue 136

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

Shades of Envy #819A88

Tints of Envy #819A88

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.75%

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

R = 30.79%
G = 36.75%
B = 32.46%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#819A88 (or 0x819A88) is known color: Envy. HEX triplet: 81, 9A and 88. RGB value is (129,154,136). Sum of RGB (Red+Green+Blue) = 129+154+136=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 154 - color contains mainly: green. Hex color #819A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819A88 is #7E6577. Grayscale: #909090. Windows color (decimal): -8283512 or 8952449. OLE color: 8952449.

HSL color Cylindrical-coordinate representation of color #819A88: hue angle of 136.8º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #819A88 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB 129 154 136 -
CMYK 0.16 0 0.12 0.40
HSL 136.8º 0.11% 0.55% -
HSV(B) 136.8º 0.16% 0.6% -
XYZ 25.05 29.56 27.68 -
YUV 144.47 123.22 116.96 -
System Red Green Blue C M Y K H S L
Decimal 129 154 136 0.16 0 0.12 0.40 136.8 0.11 0.55
Hex 81 9A 88 10 0 C 28 89 B 37
Octal 201 232 210 20 0 14 50 211 13 67
Binary 10000001 10011010 10001000 10000 0 1100 101000 10001001 1011 110111

Color Harmonies of #819A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819A88

Black with #819A88

Text Example


Text Example

White with #819A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819A88; }

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

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

background-color css

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

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

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

border-color css

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

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

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