Html Css Color HEX #829079 Spanish Green

📋 copy color: '#829079'

red 130 ◦ green 144 ◦ blue 121

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

Shades of Spanish Green #829079

Tints of Spanish Green #829079

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.46%

 BLUE value IS 121 (47.66% from 255) = 30.63%

R = 32.91%
G = 36.46%
B = 30.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#829079 (or 0x829079) is known color: Spanish Green. HEX triplet: 82, 90 and 79. RGB value is (130,144,121). Sum of RGB (Red+Green+Blue) = 130+144+121=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 144 - color contains mainly: green. Hex color #829079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829079 is #7D6F86. Grayscale: #898989. Windows color (decimal): -8220551 or 7966850. OLE color: 7966850.

HSL color Cylindrical-coordinate representation of color #829079: hue angle of 96.52º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #829079 is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 144 121 -
CMYK 0.10 0 0.16 0.44
HSL 96.52º 0.09% 0.52% -
HSV(B) 96.52º 0.16% 0.56% -
XYZ 22.63 26.07 21.93 -
YUV 137.19 118.86 122.87 -
System Red Green Blue C M Y K H S L
Decimal 130 144 121 0.10 0 0.16 0.44 96.52 0.09 0.52
Hex 82 90 79 A 0 10 2C 61 9 34
Octal 202 220 171 12 0 20 54 141 11 64
Binary 10000010 10010000 1111001 1010 0 10000 101100 1100001 1001 110100

Color Harmonies of #829079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829079

Black with #829079

Text Example


Text Example

White with #829079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829079; }

 p { color: rgb(130,144,121); }

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

background-color css

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

 a { background-color: rgb(130,144,121); }

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

border-color css

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

 span { border-color: rgb(130,144,121); }

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