Html Css Color HEX #828E73 Camouflage Green

📋 copy color: '#828E73'

red 130 ◦ green 142 ◦ blue 115

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

Shades of Camouflage Green #828E73

Tints of Camouflage Green #828E73

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.69%

 BLUE value IS 115 (45.31% from 255) = 29.72%

R = 33.59%
G = 36.69%
B = 29.72%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#828E73 (or 0x828E73) is known color: Camouflage Green. HEX triplet: 82, 8E and 73. RGB value is (130,142,115). Sum of RGB (Red+Green+Blue) = 130+142+115=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 142 - color contains mainly: green. Hex color #828E73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828E73 is #7D718C. Grayscale: #878787. Windows color (decimal): -8221069 or 7573122. OLE color: 7573122.

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

Color convert

RGB 130 142 115 -
CMYK 0.08 0 0.19 0.44
HSL 86.67º 0.11% 0.5% -
HSV(B) 86.67º 0.19% 0.56% -
XYZ 21.97 25.33 19.95 -
YUV 135.33 116.52 124.2 -
System Red Green Blue C M Y K H S L
Decimal 130 142 115 0.08 0 0.19 0.44 86.67 0.11 0.5
Hex 82 8E 73 8 0 13 2C 57 B 32
Octal 202 216 163 10 0 23 54 127 13 62
Binary 10000010 10001110 1110011 1000 0 10011 101100 1010111 1011 110010

Color Harmonies of #828E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828E73

Black with #828E73

Text Example


Text Example

White with #828E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,142,115); }

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

background-color css

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

 a { background-color: rgb(130,142,115); }

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

border-color css

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

 span { border-color: rgb(130,142,115); }

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