Html Css Color HEX #828D74 Camouflage Green

📋 copy color: '#828D74'

red 130 ◦ green 141 ◦ blue 116

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

Shades of Camouflage Green #828D74

Tints of Camouflage Green #828D74

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.43%

 BLUE value IS 116 (45.7% from 255) = 29.97%

R = 33.59%
G = 36.43%
B = 29.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#828D74 (or 0x828D74) is known color: Camouflage Green. HEX triplet: 82, 8D and 74. RGB value is (130,141,116). Sum of RGB (Red+Green+Blue) = 130+141+116=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 141 - color contains mainly: green. Hex color #828D74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828D74 is #7D728B. Grayscale: #868686. Windows color (decimal): -8221324 or 7638402. OLE color: 7638402.

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

Color convert

RGB 130 141 116 -
CMYK 0.08 0 0.18 0.45
HSL 86.4º 0.1% 0.5% -
HSV(B) 86.4º 0.18% 0.55% -
XYZ 21.88 25.06 20.21 -
YUV 134.86 117.36 124.53 -
System Red Green Blue C M Y K H S L
Decimal 130 141 116 0.08 0 0.18 0.45 86.4 0.1 0.5
Hex 82 8D 74 8 0 12 2D 56 A 32
Octal 202 215 164 10 0 22 55 126 12 62
Binary 10000010 10001101 1110100 1000 0 10010 101101 1010110 1010 110010

Color Harmonies of #828D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828D74

Black with #828D74

Text Example


Text Example

White with #828D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,141,116); }

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

background-color css

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

 a { background-color: rgb(130,141,116); }

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

border-color css

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

 span { border-color: rgb(130,141,116); }

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