Html Css Color HEX #829170 Camouflage Green

📋 copy color: '#829170'

red 130 ◦ green 145 ◦ blue 112

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

Shades of Camouflage Green #829170

Tints of Camouflage Green #829170

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.47%

 BLUE value IS 112 (44.14% from 255) = 28.94%

R = 33.59%
G = 37.47%
B = 28.94%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#829170 (or 0x829170) is known color: Camouflage Green. HEX triplet: 82, 91 and 70. RGB value is (130,145,112). Sum of RGB (Red+Green+Blue) = 130+145+112=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 145 - color contains mainly: green. Hex color #829170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829170 is #7D6E8F. Grayscale: #888888. Windows color (decimal): -8220304 or 7377282. OLE color: 7377282.

HSL color Cylindrical-coordinate representation of color #829170: hue angle of 87.27º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #829170 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 145 112 -
CMYK 0.10 0 0.23 0.43
HSL 87.27º 0.13% 0.5% -
HSV(B) 87.27º 0.23% 0.57% -
XYZ 22.26 26.17 19.21 -
YUV 136.75 114.03 123.18 -
System Red Green Blue C M Y K H S L
Decimal 130 145 112 0.10 0 0.23 0.43 87.27 0.13 0.5
Hex 82 91 70 A 0 17 2B 57 D 32
Octal 202 221 160 12 0 27 53 127 15 62
Binary 10000010 10010001 1110000 1010 0 10111 101011 1010111 1101 110010

Color Harmonies of #829170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829170

Black with #829170

Text Example


Text Example

White with #829170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829170; }

 p { color: rgb(130,145,112); }

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

background-color css

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

 a { background-color: rgb(130,145,112); }

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

border-color css

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

 span { border-color: rgb(130,145,112); }

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