Html Css Color HEX #819688 Envy

📋 copy color: '#819688'

red 129 ◦ green 150 ◦ blue 136

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

Shades of Envy #819688

Tints of Envy #819688

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.14%

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

R = 31.08%
G = 36.14%
B = 32.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#819688 (or 0x819688) is known color: Envy. HEX triplet: 81, 96 and 88. RGB value is (129,150,136). Sum of RGB (Red+Green+Blue) = 129+150+136=415 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.08% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 150 - color contains mainly: green. Hex color #819688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819688 is #7E6977. Grayscale: #8E8E8E. Windows color (decimal): -8284536 or 8951425. OLE color: 8951425.

HSL color Cylindrical-coordinate representation of color #819688: hue angle of 140º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #819688 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 129 150 136 -
CMYK 0.14 0 0.09 0.41
HSL 140º 0.09% 0.55% -
HSV(B) 140º 0.14% 0.59% -
XYZ 24.4 28.26 27.46 -
YUV 142.13 124.54 118.64 -
System Red Green Blue C M Y K H S L
Decimal 129 150 136 0.14 0 0.09 0.41 140 0.09 0.55
Hex 81 96 88 E 0 9 29 8C 9 37
Octal 201 226 210 16 0 11 51 214 11 67
Binary 10000001 10010110 10001000 1110 0 1001 101001 10001100 1001 110111

Color Harmonies of #819688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819688

Black with #819688

Text Example


Text Example

White with #819688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819688; }

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

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

background-color css

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

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

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

border-color css

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

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

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