Html Css Color HEX #828E7F Spanish Green

📋 copy color: '#828E7F'

red 130 ◦ green 142 ◦ blue 127

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

Shades of Spanish Green #828E7F

Tints of Spanish Green #828E7F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.59%

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

R = 32.58%
G = 35.59%
B = 31.83%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#828E7F (or 0x828E7F) is known color: Spanish Green. HEX triplet: 82, 8E and 7F. RGB value is (130,142,127). Sum of RGB (Red+Green+Blue) = 130+142+127=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 142 - color contains mainly: green. Hex color #828E7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828E7F is #7D7180. Grayscale: #888888. Windows color (decimal): -8221057 or 8359554. OLE color: 8359554.

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

Color convert

RGB 130 142 127 -
CMYK 0.08 0 0.11 0.44
HSL 108º 0.06% 0.53% -
HSV(B) 108º 0.11% 0.56% -
XYZ 22.71 25.62 23.83 -
YUV 136.7 122.52 123.22 -
System Red Green Blue C M Y K H S L
Decimal 130 142 127 0.08 0 0.11 0.44 108 0.06 0.53
Hex 82 8E 7F 8 0 B 2C 6C 6 35
Octal 202 216 177 10 0 13 54 154 6 65
Binary 10000010 10001110 1111111 1000 0 1011 101100 1101100 110 110101

Color Harmonies of #828E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828E7F

Black with #828E7F

Text Example


Text Example

White with #828E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828E7F; }

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

 H1.HeaderClassName
 {
   color: #828E7F;
 }
 .AnyTagClassName
 {
   color: #828E7F;
 }
</style>

background-color css

<style>
 a { background-color: #828E7F; }

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

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

border-color css

<style>
 span { border-color: #828E7F; }

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

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