Html Css Color HEX #828B78 Camouflage Green

📋 copy color: '#828B78'

red 130 ◦ green 139 ◦ blue 120

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

Shades of Camouflage Green #828B78

Tints of Camouflage Green #828B78

RGB

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

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

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

R = 33.42%
G = 35.73%
B = 30.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#828B78 (or 0x828B78) is known color: Camouflage Green. HEX triplet: 82, 8B and 78. RGB value is (130,139,120). Sum of RGB (Red+Green+Blue) = 130+139+120=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 139 (54.69% from 255 or 35.73% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 139 - color contains mainly: green. Hex color #828B78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828B78 is #7D7487. Grayscale: #868686. Windows color (decimal): -8221832 or 7900034. OLE color: 7900034.

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

Color convert

RGB 130 139 120 -
CMYK 0.06 0 0.14 0.45
HSL 88.42º 0.08% 0.51% -
HSV(B) 88.42º 0.14% 0.55% -
XYZ 21.83 24.57 21.36 -
YUV 134.14 120.02 125.04 -
System Red Green Blue C M Y K H S L
Decimal 130 139 120 0.06 0 0.14 0.45 88.42 0.08 0.51
Hex 82 8B 78 6 0 E 2D 58 8 33
Octal 202 213 170 6 0 16 55 130 10 63
Binary 10000010 10001011 1111000 110 0 1110 101101 1011000 1000 110011

Color Harmonies of #828B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828B78

Black with #828B78

Text Example


Text Example

White with #828B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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