#818C7F

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

Shades of Spanish Green #818C7F

Tints of Spanish Green #818C7F

Color information

#818C7F (or 0x818C7F) is unknown color: approx Spanish Green. HEX triplet: 81, 8C and 7F. RGB value is (129,140,127). Sum of RGB (Red+Green+Blue) = 129+140+127=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 140 - color contains mainly: green. Hex color #818C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818C7F is #7E7380. Grayscale: #878787. Windows color (decimal): -8287105 or 8359041. OLE color: 8359041.

HSL color Cylindrical-coordinate representation of color #818C7F: hue angle of 110.77º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #818C7F is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB129140127-
CMYK0.0800.090.45
HSL110.77º5.35%52.35%-
HSV(B)110.77º9.29%54.9%-
XYZ22.2624.9623.72-
YUV135.23123.36123.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.58%
GREEN value IS 140 (55.08% from 255) = 35.35%
BLUE value IS 127 (50% from 255) = 32.07%
R=32.58%
G=35.35%
B=32.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1291401270.0800.090.45110.775.3552.35
Hex818C7F8092D6f534
Octal2012141771001155157564
Binary100000011000110011111111000010011011011101111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818C7F; }

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

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

<style>
 a { background-color: #818C7F; }

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

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

<style>
 span { border-color: #818C7F; }

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

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