#869281

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

Shades of Spanish Green #869281

Tints of Spanish Green #869281

Color information

#869281 (or 0x869281) is unknown color: approx Spanish Green. HEX triplet: 86, 92 and 81. RGB value is (134,146,129). Sum of RGB (Red+Green+Blue) = 134+146+129=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 146 - color contains mainly: green. Hex color #869281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869281 is #796D7E. Grayscale: #8C8C8C. Windows color (decimal): -7957887 or 8491654. OLE color: 8491654.

HSL color Cylindrical-coordinate representation of color #869281: hue angle of 102.35º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #869281 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB134146129-
CMYK0.0800.120.43
HSL102.35º7.23%53.92%-
HSV(B)102.35º11.64%57.25%-
XYZ24.0727.2124.75-
YUV140.47121.52123.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.76%
GREEN value IS 146 (57.42% from 255) = 35.70%
BLUE value IS 129 (50.78% from 255) = 31.54%
R=32.76%
G=35.70%
B=31.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1341461290.0800.120.43102.357.2353.92
Hex86928180C2B66736
Octal2062222011001453146766
Binary1000011010010010100000011000011001010111100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869281; }

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

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

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

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

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

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

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

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