Html Css Color HEX #808F7B Spanish Green

📋 copy color: '#808F7B'

red 128 ◦ green 143 ◦ blue 123

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

Shades of Spanish Green #808F7B

Tints of Spanish Green #808F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.22%

R = 32.49%
G = 36.29%
B = 31.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#808F7B (or 0x808F7B) is known color: Spanish Green. HEX triplet: 80, 8F and 7B. RGB value is (128,143,123). Sum of RGB (Red+Green+Blue) = 128+143+123=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 143 - color contains mainly: green. Hex color #808F7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808F7B is #7F7084. Grayscale: #888888. Windows color (decimal): -8351877 or 8097664. OLE color: 8097664.

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

Color convert

RGB 128 143 123 -
CMYK 0.10 0 0.14 0.44
HSL 105º 0.08% 0.52% -
HSV(B) 105º 0.14% 0.56% -
XYZ 22.3 25.66 22.52 -
YUV 136.24 120.53 122.13 -
System Red Green Blue C M Y K H S L
Decimal 128 143 123 0.10 0 0.14 0.44 105 0.08 0.52
Hex 80 8F 7B A 0 E 2C 69 8 34
Octal 200 217 173 12 0 16 54 151 10 64
Binary 10000000 10001111 1111011 1010 0 1110 101100 1101001 1000 110100

Color Harmonies of #808F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808F7B

Black with #808F7B

Text Example


Text Example

White with #808F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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