Html Css Color HEX #828A7F Spanish Green

📋 copy color: '#828A7F'

red 130 ◦ green 138 ◦ blue 127

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

Shades of Spanish Green #828A7F

Tints of Spanish Green #828A7F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.94%

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

R = 32.91%
G = 34.94%
B = 32.15%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#828A7F (or 0x828A7F) is known color: Spanish Green. HEX triplet: 82, 8A and 7F. RGB value is (130,138,127). Sum of RGB (Red+Green+Blue) = 130+138+127=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 138 (54.30% from 255 or 34.94% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 138 - color contains mainly: green. Hex color #828A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828A7F is #7D7580. Grayscale: #868686. Windows color (decimal): -8222081 or 8358530. OLE color: 8358530.

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

Color convert

RGB 130 138 127 -
CMYK 0.06 0 0.08 0.46
HSL 103.64º 0.04% 0.52% -
HSV(B) 103.64º 0.08% 0.54% -
XYZ 22.13 24.46 23.63 -
YUV 134.35 123.85 124.89 -
System Red Green Blue C M Y K H S L
Decimal 130 138 127 0.06 0 0.08 0.46 103.64 0.04 0.52
Hex 82 8A 7F 6 0 8 2E 68 4 34
Octal 202 212 177 6 0 10 56 150 4 64
Binary 10000010 10001010 1111111 110 0 1000 101110 1101000 100 110100

Color Harmonies of #828A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828A7F

Black with #828A7F

Text Example


Text Example

White with #828A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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