Html Css Color HEX #878A85 Spanish Green

📋 copy color: '#878A85'

red 135 ◦ green 138 ◦ blue 133

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

Shades of Spanish Green #878A85

Tints of Spanish Green #878A85

RGB

 RED value IS 135 (53.13% from 255) = 33.25%

 GREEN value IS 138 (54.3% from 255) = 33.99%

 BLUE value IS 133 (52.34% from 255) = 32.76%

R = 33.25%
G = 33.99%
B = 32.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#878A85 (or 0x878A85) is known color: Spanish Green. HEX triplet: 87, 8A and 85. RGB value is (135,138,133). Sum of RGB (Red+Green+Blue) = 135+138+133=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 138 - color contains mainly: green. Hex color #878A85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878A85 is #78757A. Grayscale: #888888. Windows color (decimal): -7894395 or 8751751. OLE color: 8751751.

HSL color Cylindrical-coordinate representation of color #878A85: hue angle of 96º degrees, saturation: 0.02, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #878A85 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 135 138 133 -
CMYK 0.02 0 0.04 0.46
HSL 96º 0.02% 0.53% -
HSV(B) 96º 0.04% 0.54% -
XYZ 23.31 25.02 25.79 -
YUV 136.53 126.01 126.91 -
System Red Green Blue C M Y K H S L
Decimal 135 138 133 0.02 0 0.04 0.46 96 0.02 0.53
Hex 87 8A 85 2 0 4 2E 60 2 35
Octal 207 212 205 2 0 4 56 140 2 65
Binary 10000111 10001010 10000101 10 0 100 101110 1100000 10 110101

Color Harmonies of #878A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878A85

Black with #878A85

Text Example


Text Example

White with #878A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878A85; }

 p { color: rgb(135,138,133); }

 H1.HeaderClassName
 {
   color: #878A85;
 }
 .AnyTagClassName
 {
   color: #878A85;
 }
</style>

background-color css

<style>
 a { background-color: #878A85; }

 a { background-color: rgb(135,138,133); }

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

border-color css

<style>
 span { border-color: #878A85; }

 span { border-color: rgb(135,138,133); }

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