Html Css Color HEX #809376 Spanish Green

📋 copy color: '#809376'

red 128 ◦ green 147 ◦ blue 118

#809376
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spanish Green #809376

Tints of Spanish Green #809376

RGB

 RED value IS 128 (50.39% from 255) = 32.57%

 GREEN value IS 147 (57.81% from 255) = 37.4%

 BLUE value IS 118 (46.48% from 255) = 30.03%

R = 32.57%
G = 37.4%
B = 30.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#809376 (or 0x809376) is known color: Spanish Green. HEX triplet: 80, 93 and 76. RGB value is (128,147,118). Sum of RGB (Red+Green+Blue) = 128+147+118=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 147 (57.81% from 255 or 37.40% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 147 - color contains mainly: green. Hex color #809376 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809376 is #7F6C89. Grayscale: #8A8A8A. Windows color (decimal): -8350858 or 7771008. OLE color: 7771008.

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

Color convert

RGB 128 147 118 -
CMYK 0.13 0 0.20 0.42
HSL 99.31º 0.12% 0.52% -
HSV(B) 99.31º 0.2% 0.58% -
XYZ 22.61 26.76 21.11 -
YUV 138.01 116.71 120.86 -
System Red Green Blue C M Y K H S L
Decimal 128 147 118 0.13 0 0.20 0.42 99.31 0.12 0.52
Hex 80 93 76 D 0 14 2A 63 C 34
Octal 200 223 166 15 0 24 52 143 14 64
Binary 10000000 10010011 1110110 1101 0 10100 101010 1100011 1100 110100

Color Harmonies of #809376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809376

Black with #809376

Text Example


Text Example

White with #809376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809376; }

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

 H1.HeaderClassName
 {
   color: #809376;
 }
 .AnyTagClassName
 {
   color: #809376;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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