Html Css Color HEX #8FA692 Envy

📋 copy color: '#8FA692'

red 143 ◦ green 166 ◦ blue 146

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

Shades of Envy #8FA692

Tints of Envy #8FA692

RGB

 RED value IS 143 (56.25% from 255) = 31.43%

 GREEN value IS 166 (65.23% from 255) = 36.48%

 BLUE value IS 146 (57.42% from 255) = 32.09%

R = 31.43%
G = 36.48%
B = 32.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#8FA692 (or 0x8FA692) is known color: Envy. HEX triplet: 8F, A6 and 92. RGB value is (143,166,146). Sum of RGB (Red+Green+Blue) = 143+166+146=455 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.43% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 166 - color contains mainly: green. Hex color #8FA692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA692 is #70596D. Grayscale: #9C9C9C. Windows color (decimal): -7362926 or 9610895. OLE color: 9610895.

HSL color Cylindrical-coordinate representation of color #8FA692: hue angle of 127.83º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8FA692 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB 143 166 146 -
CMYK 0.14 0 0.12 0.35
HSL 127.83º 0.11% 0.61% -
HSV(B) 127.83º 0.14% 0.65% -
XYZ 30.15 35.19 32.4 -
YUV 156.84 121.88 118.13 -
System Red Green Blue C M Y K H S L
Decimal 143 166 146 0.14 0 0.12 0.35 127.83 0.11 0.61
Hex 8F A6 92 E 0 C 23 80 B 3D
Octal 217 246 222 16 0 14 43 200 13 75
Binary 10001111 10100110 10010010 1110 0 1100 100011 10000000 1011 111101

Color Harmonies of #8FA692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA692

Black with #8FA692

Text Example


Text Example

White with #8FA692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FA692; }

 p { color: rgb(143,166,146); }

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

background-color css

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

 a { background-color: rgb(143,166,146); }

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

border-color css

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

 span { border-color: rgb(143,166,146); }

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