Html Css Color HEX #82917F Spanish Green

📋 copy color: '#82917F'

red 130 ◦ green 145 ◦ blue 127

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

Shades of Spanish Green #82917F

Tints of Spanish Green #82917F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.59%

R = 32.34%
G = 36.07%
B = 31.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#82917F (or 0x82917F) is known color: Spanish Green. HEX triplet: 82, 91 and 7F. RGB value is (130,145,127). Sum of RGB (Red+Green+Blue) = 130+145+127=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 145 - color contains mainly: green. Hex color #82917F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82917F is #7D6E80. Grayscale: #8A8A8A. Windows color (decimal): -8220289 or 8360322. OLE color: 8360322.

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

Color convert

RGB 130 145 127 -
CMYK 0.10 0 0.12 0.43
HSL 110º 0.08% 0.53% -
HSV(B) 110º 0.12% 0.57% -
XYZ 23.16 26.53 23.98 -
YUV 138.46 121.53 121.96 -
System Red Green Blue C M Y K H S L
Decimal 130 145 127 0.10 0 0.12 0.43 110 0.08 0.53
Hex 82 91 7F A 0 C 2B 6E 8 35
Octal 202 221 177 12 0 14 53 156 10 65
Binary 10000010 10010001 1111111 1010 0 1100 101011 1101110 1000 110101

Color Harmonies of #82917F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82917F

Black with #82917F

Text Example


Text Example

White with #82917F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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