Html Css Color HEX #828B76 Camouflage Green

📋 copy color: '#828B76'

red 130 ◦ green 139 ◦ blue 118

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

Shades of Camouflage Green #828B76

Tints of Camouflage Green #828B76

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.92%

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

R = 33.59%
G = 35.92%
B = 30.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#828B76 (or 0x828B76) is known color: Camouflage Green. HEX triplet: 82, 8B and 76. RGB value is (130,139,118). Sum of RGB (Red+Green+Blue) = 130+139+118=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 139 - color contains mainly: green. Hex color #828B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828B76 is #7D7489. Grayscale: #858585. Windows color (decimal): -8221834 or 7768962. OLE color: 7768962.

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

Color convert

RGB 130 139 118 -
CMYK 0.06 0 0.15 0.45
HSL 85.71º 0.08% 0.5% -
HSV(B) 85.71º 0.15% 0.55% -
XYZ 21.71 24.52 20.73 -
YUV 133.92 119.02 125.21 -
System Red Green Blue C M Y K H S L
Decimal 130 139 118 0.06 0 0.15 0.45 85.71 0.08 0.5
Hex 82 8B 76 6 0 F 2D 56 8 32
Octal 202 213 166 6 0 17 55 126 10 62
Binary 10000010 10001011 1110110 110 0 1111 101101 1010110 1000 110010

Color Harmonies of #828B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828B76

Black with #828B76

Text Example


Text Example

White with #828B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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