Html Css Color HEX #808C6F Camouflage Green

📋 copy color: '#808C6F'

red 128 ◦ green 140 ◦ blue 111

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

Shades of Camouflage Green #808C6F

Tints of Camouflage Green #808C6F

RGB

 RED value IS 128 (50.39% from 255) = 33.77%

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

 BLUE value IS 111 (43.75% from 255) = 29.29%

R = 33.77%
G = 36.94%
B = 29.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#808C6F (or 0x808C6F) is known color: Camouflage Green. HEX triplet: 80, 8C and 6F. RGB value is (128,140,111). Sum of RGB (Red+Green+Blue) = 128+140+111=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 140 - color contains mainly: green. Hex color #808C6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808C6F is #7F7390. Grayscale: #858585. Windows color (decimal): -8352657 or 7310464. OLE color: 7310464.

HSL color Cylindrical-coordinate representation of color #808C6F: hue angle of 84.83º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #808C6F is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 140 111 -
CMYK 0.09 0 0.21 0.45
HSL 84.83º 0.12% 0.49% -
HSV(B) 84.83º 0.21% 0.55% -
XYZ 21.15 24.49 18.65 -
YUV 133.11 115.52 124.36 -
System Red Green Blue C M Y K H S L
Decimal 128 140 111 0.09 0 0.21 0.45 84.83 0.12 0.49
Hex 80 8C 6F 9 0 15 2D 55 C 31
Octal 200 214 157 11 0 25 55 125 14 61
Binary 10000000 10001100 1101111 1001 0 10101 101101 1010101 1100 110001

Color Harmonies of #808C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808C6F

Black with #808C6F

Text Example


Text Example

White with #808C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808C6F; }

 p { color: rgb(128,140,111); }

 H1.HeaderClassName
 {
   color: #808C6F;
 }
 .AnyTagClassName
 {
   color: #808C6F;
 }
</style>

background-color css

<style>
 a { background-color: #808C6F; }

 a { background-color: rgb(128,140,111); }

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

border-color css

<style>
 span { border-color: #808C6F; }

 span { border-color: rgb(128,140,111); }

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