Html Css Color HEX #82917D Spanish Green

📋 copy color: '#82917D'

red 130 ◦ green 145 ◦ blue 125

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

Shades of Spanish Green #82917D

Tints of Spanish Green #82917D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.25%

 BLUE value IS 125 (49.22% from 255) = 31.25%

R = 32.5%
G = 36.25%
B = 31.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#82917D (or 0x82917D) is known color: Spanish Green. HEX triplet: 82, 91 and 7D. RGB value is (130,145,125). Sum of RGB (Red+Green+Blue) = 130+145+125=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 145 - color contains mainly: green. Hex color #82917D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82917D is #7D6E82. Grayscale: #8A8A8A. Windows color (decimal): -8220291 or 8229250. OLE color: 8229250.

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

Color convert

RGB 130 145 125 -
CMYK 0.10 0 0.14 0.43
HSL 105º 0.08% 0.53% -
HSV(B) 105º 0.14% 0.57% -
XYZ 23.03 26.48 23.3 -
YUV 138.24 120.53 122.13 -
System Red Green Blue C M Y K H S L
Decimal 130 145 125 0.10 0 0.14 0.43 105 0.08 0.53
Hex 82 91 7D A 0 E 2B 69 8 35
Octal 202 221 175 12 0 16 53 151 10 65
Binary 10000010 10010001 1111101 1010 0 1110 101011 1101001 1000 110101

Color Harmonies of #82917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82917D

Black with #82917D

Text Example


Text Example

White with #82917D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82917D; }

 p { color: rgb(130,145,125); }

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

background-color css

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

 a { background-color: rgb(130,145,125); }

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

border-color css

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

 span { border-color: rgb(130,145,125); }

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