Html Css Color HEX #828681 Spanish Green

📋 copy color: '#828681'

red 130 ◦ green 134 ◦ blue 129

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

Shades of Spanish Green #828681

Tints of Spanish Green #828681

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.1%

 BLUE value IS 129 (50.78% from 255) = 32.82%

R = 33.08%
G = 34.1%
B = 32.82%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#828681 (or 0x828681) is known color: Spanish Green. HEX triplet: 82, 86 and 81. RGB value is (130,134,129). Sum of RGB (Red+Green+Blue) = 130+134+129=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 134 - color contains mainly: green. Hex color #828681 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828681 is #7D797E. Grayscale: #848484. Windows color (decimal): -8223103 or 8488578. OLE color: 8488578.

HSL color Cylindrical-coordinate representation of color #828681: hue angle of 108º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #828681 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 134 129 -
CMYK 0.03 0 0.04 0.47
HSL 108º 0.02% 0.52% -
HSV(B) 108º 0.04% 0.53% -
XYZ 21.69 23.38 24.14 -
YUV 132.23 126.17 126.41 -
System Red Green Blue C M Y K H S L
Decimal 130 134 129 0.03 0 0.04 0.47 108 0.02 0.52
Hex 82 86 81 3 0 4 2F 6C 2 34
Octal 202 206 201 3 0 4 57 154 2 64
Binary 10000010 10000110 10000001 11 0 100 101111 1101100 10 110100

Color Harmonies of #828681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828681

Black with #828681

Text Example


Text Example

White with #828681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828681; }

 p { color: rgb(130,134,129); }

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

background-color css

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

 a { background-color: rgb(130,134,129); }

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

border-color css

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

 span { border-color: rgb(130,134,129); }

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