Html Css Color HEX #83907C Spanish Green

📋 copy color: '#83907C'

red 131 ◦ green 144 ◦ blue 124

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

Shades of Spanish Green #83907C

Tints of Spanish Green #83907C

RGB

 RED value IS 131 (51.56% from 255) = 32.83%

 GREEN value IS 144 (56.64% from 255) = 36.09%

 BLUE value IS 124 (48.83% from 255) = 31.08%

R = 32.83%
G = 36.09%
B = 31.08%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#83907C (or 0x83907C) is known color: Spanish Green. HEX triplet: 83, 90 and 7C. RGB value is (131,144,124). Sum of RGB (Red+Green+Blue) = 131+144+124=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 144 - color contains mainly: green. Hex color #83907C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83907C is #7C6F83. Grayscale: #898989. Windows color (decimal): -8155012 or 8163459. OLE color: 8163459.

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

Color convert

RGB 131 144 124 -
CMYK 0.09 0 0.14 0.44
HSL 99º 0.08% 0.53% -
HSV(B) 99º 0.14% 0.56% -
XYZ 22.97 26.23 22.92 -
YUV 137.83 120.19 123.13 -
System Red Green Blue C M Y K H S L
Decimal 131 144 124 0.09 0 0.14 0.44 99 0.08 0.53
Hex 83 90 7C 9 0 E 2C 63 8 35
Octal 203 220 174 11 0 16 54 143 10 65
Binary 10000011 10010000 1111100 1001 0 1110 101100 1100011 1000 110101

Color Harmonies of #83907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83907C

Black with #83907C

Text Example


Text Example

White with #83907C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83907C; }

 p { color: rgb(131,144,124); }

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

background-color css

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

 a { background-color: rgb(131,144,124); }

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

border-color css

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

 span { border-color: rgb(131,144,124); }

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