Html Css Color HEX #828C74 Camouflage Green

📋 copy color: '#828C74'

red 130 ◦ green 140 ◦ blue 116

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

Shades of Camouflage Green #828C74

Tints of Camouflage Green #828C74

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.27%

 BLUE value IS 116 (45.7% from 255) = 30.05%

R = 33.68%
G = 36.27%
B = 30.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#828C74 (or 0x828C74) is known color: Camouflage Green. HEX triplet: 82, 8C and 74. RGB value is (130,140,116). Sum of RGB (Red+Green+Blue) = 130+140+116=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 140 - color contains mainly: green. Hex color #828C74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828C74 is #7D738B. Grayscale: #868686. Windows color (decimal): -8221580 or 7638146. OLE color: 7638146.

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

Color convert

RGB 130 140 116 -
CMYK 0.07 0 0.17 0.45
HSL 85º 0.09% 0.5% -
HSV(B) 85º 0.17% 0.55% -
XYZ 21.74 24.76 20.16 -
YUV 134.27 117.69 124.95 -
System Red Green Blue C M Y K H S L
Decimal 130 140 116 0.07 0 0.17 0.45 85 0.09 0.5
Hex 82 8C 74 7 0 11 2D 55 9 32
Octal 202 214 164 7 0 21 55 125 11 62
Binary 10000010 10001100 1110100 111 0 10001 101101 1010101 1001 110010

Color Harmonies of #828C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828C74

Black with #828C74

Text Example


Text Example

White with #828C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,140,116); }

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

background-color css

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

 a { background-color: rgb(130,140,116); }

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

border-color css

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

 span { border-color: rgb(130,140,116); }

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