Html Css Color HEX #8CAB8D Envy

📋 copy color: '#8CAB8D'

red 140 ◦ green 171 ◦ blue 141

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

Shades of Envy #8CAB8D

Tints of Envy #8CAB8D

RGB

 RED value IS 140 (55.08% from 255) = 30.97%

 GREEN value IS 171 (67.19% from 255) = 37.83%

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

R = 30.97%
G = 37.83%
B = 31.19%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#8CAB8D (or 0x8CAB8D) is known color: Envy. HEX triplet: 8C, AB and 8D. RGB value is (140,171,141). Sum of RGB (Red+Green+Blue) = 140+171+141=452 (59% of max value = 765). Red value is 140 (55.08% from 255 or 30.97% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAB8D is #735472. Grayscale: #9E9E9E. Windows color (decimal): -7558259 or 9284492. OLE color: 9284492.

HSL color Cylindrical-coordinate representation of color #8CAB8D: hue angle of 121.94º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8CAB8D is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 171 141 -
CMYK 0.18 0 0.18 0.33
HSL 121.94º 0.16% 0.61% -
HSV(B) 121.94º 0.18% 0.67% -
XYZ 30.19 36.62 30.68 -
YUV 158.31 118.23 114.94 -
System Red Green Blue C M Y K H S L
Decimal 140 171 141 0.18 0 0.18 0.33 121.94 0.16 0.61
Hex 8C AB 8D 12 0 12 21 7A 10 3D
Octal 214 253 215 22 0 22 41 172 20 75
Binary 10001100 10101011 10001101 10010 0 10010 100001 1111010 10000 111101

Color Harmonies of #8CAB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAB8D

Black with #8CAB8D

Text Example


Text Example

White with #8CAB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,171,141); }

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

background-color css

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

 a { background-color: rgb(140,171,141); }

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

border-color css

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

 span { border-color: rgb(140,171,141); }

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