Html Css Color HEX #84A58E Envy

📋 copy color: '#84A58E'

red 132 ◦ green 165 ◦ blue 142

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

Shades of Envy #84A58E

Tints of Envy #84A58E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.59%

 BLUE value IS 142 (55.86% from 255) = 32.35%

R = 30.07%
G = 37.59%
B = 32.35%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#84A58E (or 0x84A58E) is known color: Envy. HEX triplet: 84, A5 and 8E. RGB value is (132,165,142). Sum of RGB (Red+Green+Blue) = 132+165+142=439 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.07% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 165 - color contains mainly: green. Hex color #84A58E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A58E is #7B5A71. Grayscale: #989898. Windows color (decimal): -8084082 or 9348484. OLE color: 9348484.

HSL color Cylindrical-coordinate representation of color #84A58E: hue angle of 138.18º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #84A58E is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 132 165 142 -
CMYK 0.20 0 0.14 0.35
HSL 138.18º 0.15% 0.58% -
HSV(B) 138.18º 0.2% 0.65% -
XYZ 27.85 33.77 30.64 -
YUV 152.51 122.07 113.37 -
System Red Green Blue C M Y K H S L
Decimal 132 165 142 0.20 0 0.14 0.35 138.18 0.15 0.58
Hex 84 A5 8E 14 0 E 23 8A F 3A
Octal 204 245 216 24 0 16 43 212 17 72
Binary 10000100 10100101 10001110 10100 0 1110 100011 10001010 1111 111010

Color Harmonies of #84A58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A58E

Black with #84A58E

Text Example


Text Example

White with #84A58E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,165,142); }

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

background-color css

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

 a { background-color: rgb(132,165,142); }

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

border-color css

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

 span { border-color: rgb(132,165,142); }

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