#809378

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

Shades of Spanish Green #809378

Tints of Spanish Green #809378

Color information

#809378 (or 0x809378) is unknown color: approx Spanish Green. HEX triplet: 80, 93 and 78. RGB value is (128,147,120). Sum of RGB (Red+Green+Blue) = 128+147+120=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 147 - color contains mainly: green. Hex color #809378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809378 is #7F6C87. Grayscale: #8A8A8A. Windows color (decimal): -8350856 or 7902080. OLE color: 7902080.

HSL color Cylindrical-coordinate representation of color #809378: hue angle of 102.22º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #809378 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB128147120-
CMYK0.1300.180.42
HSL102.22º11.11%52.35%-
HSV(B)102.22º18.37%57.65%-
XYZ22.7326.8121.75-
YUV138.24117.71120.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.41%
GREEN value IS 147 (57.81% from 255) = 37.22%
BLUE value IS 120 (47.27% from 255) = 30.38%
R=32.41%
G=37.22%
B=30.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281471200.1300.180.42102.2211.1152.35
Hex809378D0122A66b34
Octal20022317015022521461364
Binary10000000100100111111000110101001010101011001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809378; }

 p { color: rgb(128,147,120); }

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

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

 a { background-color: rgb(128,147,120); }

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

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

 span { border-color: rgb(128,147,120); }

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