Html Css Color HEX #82897F Spanish Green

📋 copy color: '#82897F'

red 130 ◦ green 137 ◦ blue 127

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

Shades of Spanish Green #82897F

Tints of Spanish Green #82897F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.77%

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

R = 32.99%
G = 34.77%
B = 32.23%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#82897F (or 0x82897F) is known color: Spanish Green. HEX triplet: 82, 89 and 7F. RGB value is (130,137,127). Sum of RGB (Red+Green+Blue) = 130+137+127=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 137 - color contains mainly: green. Hex color #82897F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82897F is #7D7680. Grayscale: #858585. Windows color (decimal): -8222337 or 8358274. OLE color: 8358274.

HSL color Cylindrical-coordinate representation of color #82897F: hue angle of 102º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #82897F is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 137 127 -
CMYK 0.05 0 0.07 0.46
HSL 102º 0.04% 0.52% -
HSV(B) 102º 0.07% 0.54% -
XYZ 21.98 24.17 23.59 -
YUV 133.77 124.18 125.31 -
System Red Green Blue C M Y K H S L
Decimal 130 137 127 0.05 0 0.07 0.46 102 0.04 0.52
Hex 82 89 7F 5 0 7 2E 66 4 34
Octal 202 211 177 5 0 7 56 146 4 64
Binary 10000010 10001001 1111111 101 0 111 101110 1100110 100 110100

Color Harmonies of #82897F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82897F

Black with #82897F

Text Example


Text Example

White with #82897F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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