#868D83

Color #868D83 Spanish Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spanish Green #868D83

Tints of Spanish Green #868D83

Color information

#868D83 (or 0x868D83) is unknown color: approx Spanish Green. HEX triplet: 86, 8D and 83. RGB value is (134,141,131). Sum of RGB (Red+Green+Blue) = 134+141+131=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 141 - color contains mainly: green. Hex color #868D83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868D83 is #79727C. Grayscale: #898989. Windows color (decimal): -7959165 or 8621446. OLE color: 8621446.

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

Color convert

RGB134141131-
CMYK0.0500.070.45
HSL102º4.2%53.33%-
HSV(B)102º7.09%55.29%-
XYZ23.4525.7625.21-
YUV137.77124.18125.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.00%
GREEN value IS 141 (55.47% from 255) = 34.73%
BLUE value IS 131 (51.56% from 255) = 32.27%
R=33.00%
G=34.73%
B=32.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1341411310.0500.070.451024.253.33
Hex868D835072D66435
Octal20621520350755146465
Binary10000110100011011000001110101111011011100110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #868D83;
 }
 .AnyTagClassName
 {
   color: #868D83;
 }
</style>
background-color css

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

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

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

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

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

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