#81867F

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

Shades of Spanish Green #81867F

Tints of Spanish Green #81867F

Color information

#81867F (or 0x81867F) is unknown color: approx Spanish Green. HEX triplet: 81, 86 and 7F. RGB value is (129,134,127). Sum of RGB (Red+Green+Blue) = 129+134+127=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 134 - color contains mainly: green. Hex color #81867F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81867F is #7E7980. Grayscale: #838383. Windows color (decimal): -8288641 or 8357505. OLE color: 8357505.

HSL color Cylindrical-coordinate representation of color #81867F: hue angle of 102.86º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #81867F is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB129134127-
CMYK0.0400.050.47
HSL102.86º2.81%51.18%-
HSV(B)102.86º5.22%52.55%-
XYZ21.4123.2523.44-
YUV131.71125.34126.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.08%
GREEN value IS 134 (52.73% from 255) = 34.36%
BLUE value IS 127 (50% from 255) = 32.56%
R=33.08%
G=34.36%
B=32.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291341270.0400.050.47102.862.8151.18
Hex81867F4052F67333
Octal20120617740557147363
Binary100000011000011011111111000101101111110011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81867F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81867F; }

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

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

<style>
 a { background-color: #81867F; }

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

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

<style>
 span { border-color: #81867F; }

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

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