#869083

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

Shades of Spanish Green #869083

Tints of Spanish Green #869083

Color information

#869083 (or 0x869083) is unknown color: approx Spanish Green. HEX triplet: 86, 90 and 83. RGB value is (134,144,131). Sum of RGB (Red+Green+Blue) = 134+144+131=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 144 - color contains mainly: green. Hex color #869083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869083 is #796F7C. Grayscale: #8B8B8B. Windows color (decimal): -7958397 or 8622214. OLE color: 8622214.

HSL color Cylindrical-coordinate representation of color #869083: hue angle of 106.15º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #869083 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB134144131-
CMYK0.0700.090.44
HSL106.15º5.53%53.92%-
HSV(B)106.15º9.03%56.47%-
XYZ23.926.6525.36-
YUV139.53123.19124.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.76%
GREEN value IS 144 (56.64% from 255) = 35.21%
BLUE value IS 131 (51.56% from 255) = 32.03%
R=32.76%
G=35.21%
B=32.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341441310.0700.090.44106.155.5353.92
Hex8690837092C6a636
Octal206220203701154152666
Binary100001101001000010000011111010011011001101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869083; }

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

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

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

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

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

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

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

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