Html Css Color HEX #868D7F Spanish Green

📋 copy color: '#868D7F'

red 134 ◦ green 141 ◦ blue 127

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

Shades of Spanish Green #868D7F

Tints of Spanish Green #868D7F

RGB

 RED value IS 134 (52.73% from 255) = 33.33%

 GREEN value IS 141 (55.47% from 255) = 35.07%

 BLUE value IS 127 (50% from 255) = 31.59%

R = 33.33%
G = 35.07%
B = 31.59%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#868D7F (or 0x868D7F) is known color: Spanish Green. HEX triplet: 86, 8D and 7F. RGB value is (134,141,127). Sum of RGB (Red+Green+Blue) = 134+141+127=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 141 - color contains mainly: green. Hex color #868D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868D7F is #797280. Grayscale: #898989. Windows color (decimal): -7959169 or 8359302. OLE color: 8359302.

HSL color Cylindrical-coordinate representation of color #868D7F: hue angle of 90º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #868D7F is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB 134 141 127 -
CMYK 0.05 0 0.10 0.45
HSL 90º 0.06% 0.53% -
HSV(B) 90º 0.1% 0.55% -
XYZ 23.19 25.65 23.81 -
YUV 137.31 122.18 125.64 -
System Red Green Blue C M Y K H S L
Decimal 134 141 127 0.05 0 0.10 0.45 90 0.06 0.53
Hex 86 8D 7F 5 0 A 2D 5A 6 35
Octal 206 215 177 5 0 12 55 132 6 65
Binary 10000110 10001101 1111111 101 0 1010 101101 1011010 110 110101

Color Harmonies of #868D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868D7F

Black with #868D7F

Text Example


Text Example

White with #868D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868D7F; }

 p { color: rgb(134,141,127); }

 H1.HeaderClassName
 {
   color: #868D7F;
 }
 .AnyTagClassName
 {
   color: #868D7F;
 }
</style>

background-color css

<style>
 a { background-color: #868D7F; }

 a { background-color: rgb(134,141,127); }

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

border-color css

<style>
 span { border-color: #868D7F; }

 span { border-color: rgb(134,141,127); }

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