Html Css Color HEX #8C8E8B Spanish Green

📋 copy color: '#8C8E8B'

red 140 ◦ green 142 ◦ blue 139

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

Shades of Spanish Green #8C8E8B

Tints of Spanish Green #8C8E8B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.73%

 BLUE value IS 139 (54.69% from 255) = 33.02%

R = 33.25%
G = 33.73%
B = 33.02%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#8C8E8B (or 0x8C8E8B) is known color: Spanish Green. HEX triplet: 8C, 8E and 8B. RGB value is (140,142,139). Sum of RGB (Red+Green+Blue) = 140+142+139=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 142 - color contains mainly: green. Hex color #8C8E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8E8B is #737174. Grayscale: #8D8D8D. Windows color (decimal): -7565685 or 9145996. OLE color: 9145996.

HSL color Cylindrical-coordinate representation of color #8C8E8B: hue angle of 100º degrees, saturation: 0.01, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #8C8E8B is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 140 142 139 -
CMYK 0.01 0 0.02 0.44
HSL 100º 0.01% 0.55% -
HSV(B) 100º 0.02% 0.56% -
XYZ 25.15 26.79 28.27 -
YUV 141.06 126.84 127.24 -
System Red Green Blue C M Y K H S L
Decimal 140 142 139 0.01 0 0.02 0.44 100 0.01 0.55
Hex 8C 8E 8B 1 0 2 2C 64 1 37
Octal 214 216 213 1 0 2 54 144 1 67
Binary 10001100 10001110 10001011 1 0 10 101100 1100100 1 110111

Color Harmonies of #8C8E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8E8B

Black with #8C8E8B

Text Example


Text Example

White with #8C8E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,142,139); }

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

background-color css

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

 a { background-color: rgb(140,142,139); }

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

border-color css

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

 span { border-color: rgb(140,142,139); }

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