Html Css Color HEX #8B968D Envy

📋 copy color: '#8B968D'

red 139 ◦ green 150 ◦ blue 141

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

Shades of Envy #8B968D

Tints of Envy #8B968D

RGB

 RED value IS 139 (54.69% from 255) = 32.33%

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

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

R = 32.33%
G = 34.88%
B = 32.79%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#8B968D (or 0x8B968D) is known color: Envy. HEX triplet: 8B, 96 and 8D. RGB value is (139,150,141). Sum of RGB (Red+Green+Blue) = 139+150+141=430 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.33% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 150 - color contains mainly: green. Hex color #8B968D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B968D is #746972. Grayscale: #919191. Windows color (decimal): -7629171 or 9279115. OLE color: 9279115.

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

Color convert

RGB 139 150 141 -
CMYK 0.07 0 0.06 0.41
HSL 130.91º 0.05% 0.57% -
HSV(B) 130.91º 0.07% 0.59% -
XYZ 26.36 29.22 29.45 -
YUV 145.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 139 150 141 0.07 0 0.06 0.41 130.91 0.05 0.57
Hex 8B 96 8D 7 0 6 29 83 5 39
Octal 213 226 215 7 0 6 51 203 5 71
Binary 10001011 10010110 10001101 111 0 110 101001 10000011 101 111001

Color Harmonies of #8B968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B968D

Black with #8B968D

Text Example


Text Example

White with #8B968D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,150,141); }

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

background-color css

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

 a { background-color: rgb(139,150,141); }

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

border-color css

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

 span { border-color: rgb(139,150,141); }

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