Html Css Color HEX #82907C Spanish Green

📋 copy color: '#82907C'

red 130 ◦ green 144 ◦ blue 124

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

Shades of Spanish Green #82907C

Tints of Spanish Green #82907C

RGB

 RED value IS 130 (51.17% from 255) = 32.66%

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

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

R = 32.66%
G = 36.18%
B = 31.16%

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

#82907C (or 0x82907C) is known color: Spanish Green. HEX triplet: 82, 90 and 7C. RGB value is (130,144,124). Sum of RGB (Red+Green+Blue) = 130+144+124=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 144 - color contains mainly: green. Hex color #82907C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82907C is #7D6F83. Grayscale: #898989. Windows color (decimal): -8220548 or 8163458. OLE color: 8163458.

HSL color Cylindrical-coordinate representation of color #82907C: hue angle of 102º 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 #82907C is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 144 124 -
CMYK 0.10 0 0.14 0.44
HSL 102º 0.08% 0.53% -
HSV(B) 102º 0.14% 0.56% -
XYZ 22.82 26.15 22.91 -
YUV 137.53 120.36 122.63 -
System Red Green Blue C M Y K H S L
Decimal 130 144 124 0.10 0 0.14 0.44 102 0.08 0.53
Hex 82 90 7C A 0 E 2C 66 8 35
Octal 202 220 174 12 0 16 54 146 10 65
Binary 10000010 10010000 1111100 1010 0 1110 101100 1100110 1000 110101

Color Harmonies of #82907C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82907C

Black with #82907C

Text Example


Text Example

White with #82907C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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