#869082

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

Shades of Spanish Green #869082

Tints of Spanish Green #869082

Color information

#869082 (or 0x869082) is unknown color: approx Spanish Green. HEX triplet: 86, 90 and 82. RGB value is (134,144,130). Sum of RGB (Red+Green+Blue) = 134+144+130=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 144 - color contains mainly: green. Hex color #869082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869082 is #796F7D. Grayscale: #8B8B8B. Windows color (decimal): -7958398 or 8556678. OLE color: 8556678.

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

Color convert

RGB134144130-
CMYK0.0700.100.44
HSL102.86º5.93%53.73%-
HSV(B)102.86º9.72%56.47%-
XYZ23.8326.6325-
YUV139.41122.69124.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.84%
GREEN value IS 144 (56.64% from 255) = 35.29%
BLUE value IS 130 (51.17% from 255) = 31.86%
R=32.84%
G=35.29%
B=31.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341441300.0700.100.44102.865.9353.73
Hex86908270A2C67636
Octal206220202701254147666
Binary100001101001000010000010111010101011001100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869082; }

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

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

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

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

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

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

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

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