Html Css Color HEX #828D78 Camouflage Green

📋 copy color: '#828D78'

red 130 ◦ green 141 ◦ blue 120

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

Shades of Camouflage Green #828D78

Tints of Camouflage Green #828D78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.69%

R = 33.25%
G = 36.06%
B = 30.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#828D78 (or 0x828D78) is known color: Camouflage Green. HEX triplet: 82, 8D and 78. RGB value is (130,141,120). Sum of RGB (Red+Green+Blue) = 130+141+120=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 120 (47.27% from 255 or 30.69% from 391); Max value from RGB is 141 - color contains mainly: green. Hex color #828D78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828D78 is #7D7287. Grayscale: #878787. Windows color (decimal): -8221320 or 7900546. OLE color: 7900546.

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

Color convert

RGB 130 141 120 -
CMYK 0.08 0 0.15 0.45
HSL 91.43º 0.08% 0.51% -
HSV(B) 91.43º 0.15% 0.55% -
XYZ 22.12 25.15 21.46 -
YUV 135.32 119.36 124.21 -
System Red Green Blue C M Y K H S L
Decimal 130 141 120 0.08 0 0.15 0.45 91.43 0.08 0.51
Hex 82 8D 78 8 0 F 2D 5B 8 33
Octal 202 215 170 10 0 17 55 133 10 63
Binary 10000010 10001101 1111000 1000 0 1111 101101 1011011 1000 110011

Color Harmonies of #828D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828D78

Black with #828D78

Text Example


Text Example

White with #828D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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