Html Css Color HEX #8A968F Envy

📋 copy color: '#8A968F'

red 138 ◦ green 150 ◦ blue 143

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

Shades of Envy #8A968F

Tints of Envy #8A968F

RGB

 RED value IS 138 (54.3% from 255) = 32.02%

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

 BLUE value IS 143 (56.25% from 255) = 33.18%

R = 32.02%
G = 34.8%
B = 33.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#8A968F (or 0x8A968F) is known color: Envy. HEX triplet: 8A, 96 and 8F. RGB value is (138,150,143). Sum of RGB (Red+Green+Blue) = 138+150+143=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 150 - color contains mainly: green. Hex color #8A968F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A968F is #756970. Grayscale: #919191. Windows color (decimal): -7694705 or 9410186. OLE color: 9410186.

HSL color Cylindrical-coordinate representation of color #8A968F: hue angle of 145º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8A968F is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 138 150 143 -
CMYK 0.08 0 0.05 0.41
HSL 145º 0.05% 0.56% -
HSV(B) 145º 0.08% 0.59% -
XYZ 26.35 29.2 30.23 -
YUV 145.61 126.52 122.57 -
System Red Green Blue C M Y K H S L
Decimal 138 150 143 0.08 0 0.05 0.41 145 0.05 0.56
Hex 8A 96 8F 8 0 5 29 91 5 38
Octal 212 226 217 10 0 5 51 221 5 70
Binary 10001010 10010110 10001111 1000 0 101 101001 10010001 101 111000

Color Harmonies of #8A968F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A968F

Black with #8A968F

Text Example


Text Example

White with #8A968F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,150,143); }

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

background-color css

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

 a { background-color: rgb(138,150,143); }

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

border-color css

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

 span { border-color: rgb(138,150,143); }

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