#818A7F

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

Shades of Spanish Green #818A7F

Tints of Spanish Green #818A7F

Color information

#818A7F (or 0x818A7F) is unknown color: approx Spanish Green. HEX triplet: 81, 8A and 7F. RGB value is (129,138,127). Sum of RGB (Red+Green+Blue) = 129+138+127=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 138 - color contains mainly: green. Hex color #818A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818A7F is #7E7580. Grayscale: #868686. Windows color (decimal): -8287617 or 8358529. OLE color: 8358529.

HSL color Cylindrical-coordinate representation of color #818A7F: hue angle of 109.09º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #818A7F is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB129138127-
CMYK0.0700.080.46
HSL109.09º4.49%51.96%-
HSV(B)109.09º7.97%54.12%-
XYZ21.9724.3823.63-
YUV134.06124.02124.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.74%
GREEN value IS 138 (54.30% from 255) = 35.03%
BLUE value IS 127 (50% from 255) = 32.23%
R=32.74%
G=35.03%
B=32.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1291381270.0700.080.46109.094.4951.96
Hex818A7F7082E6d434
Octal201212177701056155464
Binary10000001100010101111111111010001011101101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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