Html Css Color HEX #828C76 Camouflage Green

📋 copy color: '#828C76'

red 130 ◦ green 140 ◦ blue 118

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

Shades of Camouflage Green #828C76

Tints of Camouflage Green #828C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.41%

R = 33.51%
G = 36.08%
B = 30.41%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#828C76 (or 0x828C76) is known color: Camouflage Green. HEX triplet: 82, 8C and 76. RGB value is (130,140,118). Sum of RGB (Red+Green+Blue) = 130+140+118=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 140 - color contains mainly: green. Hex color #828C76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828C76 is #7D7389. Grayscale: #868686. Windows color (decimal): -8221578 or 7769218. OLE color: 7769218.

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

Color convert

RGB 130 140 118 -
CMYK 0.07 0 0.16 0.45
HSL 87.27º 0.09% 0.51% -
HSV(B) 87.27º 0.16% 0.55% -
XYZ 21.85 24.81 20.78 -
YUV 134.5 118.69 124.79 -
System Red Green Blue C M Y K H S L
Decimal 130 140 118 0.07 0 0.16 0.45 87.27 0.09 0.51
Hex 82 8C 76 7 0 10 2D 57 9 33
Octal 202 214 166 7 0 20 55 127 11 63
Binary 10000010 10001100 1110110 111 0 10000 101101 1010111 1001 110011

Color Harmonies of #828C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828C76

Black with #828C76

Text Example


Text Example

White with #828C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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