Html Css Color HEX #829072 Camouflage Green

📋 copy color: '#829072'

red 130 ◦ green 144 ◦ blue 114

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

Shades of Camouflage Green #829072

Tints of Camouflage Green #829072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.38%

R = 33.51%
G = 37.11%
B = 29.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#829072 (or 0x829072) is known color: Camouflage Green. HEX triplet: 82, 90 and 72. RGB value is (130,144,114). Sum of RGB (Red+Green+Blue) = 130+144+114=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 144 (56.64% from 255 or 37.11% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 144 - color contains mainly: green. Hex color #829072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829072 is #7D6F8D. Grayscale: #888888. Windows color (decimal): -8220558 or 7508098. OLE color: 7508098.

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

Color convert

RGB 130 144 114 -
CMYK 0.10 0 0.21 0.44
HSL 88º 0.12% 0.51% -
HSV(B) 88º 0.21% 0.56% -
XYZ 22.22 25.91 19.75 -
YUV 136.39 115.36 123.44 -
System Red Green Blue C M Y K H S L
Decimal 130 144 114 0.10 0 0.21 0.44 88 0.12 0.51
Hex 82 90 72 A 0 15 2C 58 C 33
Octal 202 220 162 12 0 25 54 130 14 63
Binary 10000010 10010000 1110010 1010 0 10101 101100 1011000 1100 110011

Color Harmonies of #829072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829072

Black with #829072

Text Example


Text Example

White with #829072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829072; }

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

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

background-color css

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

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

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

border-color css

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

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

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