Html Css Color HEX #6E865E Camouflage Green

📋 copy color: '#6E865E'

red 110 ◦ green 134 ◦ blue 94

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

Shades of Camouflage Green #6E865E

Tints of Camouflage Green #6E865E

RGB

 RED value IS 110 (43.36% from 255) = 32.54%

 GREEN value IS 134 (52.73% from 255) = 39.64%

 BLUE value IS 94 (37.11% from 255) = 27.81%

R = 32.54%
G = 39.64%
B = 27.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#6E865E (or 0x6E865E) is known color: Camouflage Green. HEX triplet: 6E, 86 and 5E. RGB value is (110,134,94). Sum of RGB (Red+Green+Blue) = 110+134+94=338 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.54% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 134 - color contains mainly: green. Hex color #6E865E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E865E is #9179A1. Grayscale: #7A7A7A. Windows color (decimal): -9533858 or 6194798. OLE color: 6194798.

HSL color Cylindrical-coordinate representation of color #6E865E: hue angle of 96º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E865E is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 110 134 94 -
CMYK 0.18 0 0.30 0.47
HSL 96º 0.18% 0.45% -
HSV(B) 96º 0.3% 0.53% -
XYZ 16.98 21.17 13.78 -
YUV 122.26 112.05 119.25 -
System Red Green Blue C M Y K H S L
Decimal 110 134 94 0.18 0 0.30 0.47 96 0.18 0.45
Hex 6E 86 5E 12 0 1E 2F 60 12 2D
Octal 156 206 136 22 0 36 57 140 22 55
Binary 1101110 10000110 1011110 10010 0 11110 101111 1100000 10010 101101

Color Harmonies of #6E865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E865E

Black with #6E865E

Text Example


Text Example

White with #6E865E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E865E; }

 p { color: rgb(110,134,94); }

 H1.HeaderClassName
 {
   color: #6E865E;
 }
 .AnyTagClassName
 {
   color: #6E865E;
 }
</style>

background-color css

<style>
 a { background-color: #6E865E; }

 a { background-color: rgb(110,134,94); }

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

border-color css

<style>
 span { border-color: #6E865E; }

 span { border-color: rgb(110,134,94); }

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