Html Css Color HEX #84A78D Envy

📋 copy color: '#84A78D'

red 132 ◦ green 167 ◦ blue 141

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

Shades of Envy #84A78D

Tints of Envy #84A78D

RGB

 RED value IS 132 (51.95% from 255) = 30%

 GREEN value IS 167 (65.63% from 255) = 37.95%

 BLUE value IS 141 (55.47% from 255) = 32.05%

R = 30%
G = 37.95%
B = 32.05%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#84A78D (or 0x84A78D) is known color: Envy. HEX triplet: 84, A7 and 8D. RGB value is (132,167,141). Sum of RGB (Red+Green+Blue) = 132+167+141=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 167 - color contains mainly: green. Hex color #84A78D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A78D is #7B5872. Grayscale: #999999. Windows color (decimal): -8083571 or 9283460. OLE color: 9283460.

HSL color Cylindrical-coordinate representation of color #84A78D: hue angle of 135.43º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #84A78D is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 132 167 141 -
CMYK 0.21 0 0.16 0.35
HSL 135.43º 0.17% 0.59% -
HSV(B) 135.43º 0.21% 0.65% -
XYZ 28.14 34.47 30.37 -
YUV 153.57 120.9 112.61 -
System Red Green Blue C M Y K H S L
Decimal 132 167 141 0.21 0 0.16 0.35 135.43 0.17 0.59
Hex 84 A7 8D 15 0 10 23 87 11 3B
Octal 204 247 215 25 0 20 43 207 21 73
Binary 10000100 10100111 10001101 10101 0 10000 100011 10000111 10001 111011

Color Harmonies of #84A78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A78D

Black with #84A78D

Text Example


Text Example

White with #84A78D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84A78D; }

 p { color: rgb(132,167,141); }

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

background-color css

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

 a { background-color: rgb(132,167,141); }

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

border-color css

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

 span { border-color: rgb(132,167,141); }

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