Html Css Color HEX #828D75 Camouflage Green

📋 copy color: '#828D75'

red 130 ◦ green 141 ◦ blue 117

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

Shades of Camouflage Green #828D75

Tints of Camouflage Green #828D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.15%

R = 33.51%
G = 36.34%
B = 30.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#828D75 (or 0x828D75) is known color: Camouflage Green. HEX triplet: 82, 8D and 75. RGB value is (130,141,117). Sum of RGB (Red+Green+Blue) = 130+141+117=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 141 - color contains mainly: green. Hex color #828D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828D75 is #7D728A. Grayscale: #878787. Windows color (decimal): -8221323 or 7703938. OLE color: 7703938.

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

Color convert

RGB 130 141 117 -
CMYK 0.08 0 0.17 0.45
HSL 87.5º 0.1% 0.51% -
HSV(B) 87.5º 0.17% 0.55% -
XYZ 21.94 25.08 20.51 -
YUV 134.98 117.86 124.45 -
System Red Green Blue C M Y K H S L
Decimal 130 141 117 0.08 0 0.17 0.45 87.5 0.1 0.51
Hex 82 8D 75 8 0 11 2D 57 A 33
Octal 202 215 165 10 0 21 55 127 12 63
Binary 10000010 10001101 1110101 1000 0 10001 101101 1010111 1010 110011

Color Harmonies of #828D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828D75

Black with #828D75

Text Example


Text Example

White with #828D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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