Html Css Color HEX #808F75 Spanish Green

📋 copy color: '#808F75'

red 128 ◦ green 143 ◦ blue 117

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

Shades of Spanish Green #808F75

Tints of Spanish Green #808F75

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.86%

 BLUE value IS 117 (46.09% from 255) = 30.15%

R = 32.99%
G = 36.86%
B = 30.15%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#808F75 (or 0x808F75) is known color: Spanish Green. HEX triplet: 80, 8F and 75. RGB value is (128,143,117). Sum of RGB (Red+Green+Blue) = 128+143+117=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 143 - color contains mainly: green. Hex color #808F75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808F75 is #7F708A. Grayscale: #878787. Windows color (decimal): -8351883 or 7704448. OLE color: 7704448.

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

Color convert

RGB 128 143 117 -
CMYK 0.10 0 0.18 0.44
HSL 94.62º 0.1% 0.51% -
HSV(B) 94.62º 0.18% 0.56% -
XYZ 21.94 25.52 20.6 -
YUV 135.55 117.53 122.61 -
System Red Green Blue C M Y K H S L
Decimal 128 143 117 0.10 0 0.18 0.44 94.62 0.1 0.51
Hex 80 8F 75 A 0 12 2C 5F A 33
Octal 200 217 165 12 0 22 54 137 12 63
Binary 10000000 10001111 1110101 1010 0 10010 101100 1011111 1010 110011

Color Harmonies of #808F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808F75

Black with #808F75

Text Example


Text Example

White with #808F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808F75; }

 p { color: rgb(128,143,117); }

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

background-color css

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

 a { background-color: rgb(128,143,117); }

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

border-color css

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

 span { border-color: rgb(128,143,117); }

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