Html Css Color HEX #828C71 Camouflage Green

📋 copy color: '#828C71'

red 130 ◦ green 140 ◦ blue 113

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

Shades of Camouflage Green #828C71

Tints of Camouflage Green #828C71

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.55%

 BLUE value IS 113 (44.53% from 255) = 29.5%

R = 33.94%
G = 36.55%
B = 29.5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#828C71 (or 0x828C71) is known color: Camouflage Green. HEX triplet: 82, 8C and 71. RGB value is (130,140,113). Sum of RGB (Red+Green+Blue) = 130+140+113=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 140 - color contains mainly: green. Hex color #828C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828C71 is #7D738E. Grayscale: #868686. Windows color (decimal): -8221583 or 7441538. OLE color: 7441538.

HSL color Cylindrical-coordinate representation of color #828C71: hue angle of 82.22º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #828C71 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 140 113 -
CMYK 0.07 0 0.19 0.45
HSL 82.22º 0.11% 0.5% -
HSV(B) 82.22º 0.19% 0.55% -
XYZ 21.56 24.69 19.25 -
YUV 133.93 116.19 125.2 -
System Red Green Blue C M Y K H S L
Decimal 130 140 113 0.07 0 0.19 0.45 82.22 0.11 0.5
Hex 82 8C 71 7 0 13 2D 52 B 32
Octal 202 214 161 7 0 23 55 122 13 62
Binary 10000010 10001100 1110001 111 0 10011 101101 1010010 1011 110010

Color Harmonies of #828C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828C71

Black with #828C71

Text Example


Text Example

White with #828C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,140,113); }

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

background-color css

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

 a { background-color: rgb(130,140,113); }

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

border-color css

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

 span { border-color: rgb(130,140,113); }

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