Html Css Color HEX #828F74 Camouflage Green

📋 copy color: '#828F74'

red 130 ◦ green 143 ◦ blue 116

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

Shades of Camouflage Green #828F74

Tints of Camouflage Green #828F74

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.76%

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

R = 33.42%
G = 36.76%
B = 29.82%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#828F74 (or 0x828F74) is known color: Camouflage Green. HEX triplet: 82, 8F and 74. RGB value is (130,143,116). Sum of RGB (Red+Green+Blue) = 130+143+116=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 143 - color contains mainly: green. Hex color #828F74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828F74 is #7D708B. Grayscale: #888888. Windows color (decimal): -8220812 or 7638914. OLE color: 7638914.

HSL color Cylindrical-coordinate representation of color #828F74: hue angle of 88.89º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #828F74 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 143 116 -
CMYK 0.09 0 0.19 0.44
HSL 88.89º 0.11% 0.51% -
HSV(B) 88.89º 0.19% 0.56% -
XYZ 22.18 25.65 20.31 -
YUV 136.04 116.69 123.7 -
System Red Green Blue C M Y K H S L
Decimal 130 143 116 0.09 0 0.19 0.44 88.89 0.11 0.51
Hex 82 8F 74 9 0 13 2C 59 B 33
Octal 202 217 164 11 0 23 54 131 13 63
Binary 10000010 10001111 1110100 1001 0 10011 101100 1011001 1011 110011

Color Harmonies of #828F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828F74

Black with #828F74

Text Example


Text Example

White with #828F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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