Html Css Color HEX #6E855E Camouflage Green

📋 copy color: '#6E855E'

red 110 ◦ green 133 ◦ blue 94

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

Shades of Camouflage Green #6E855E

Tints of Camouflage Green #6E855E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.47%

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

R = 32.64%
G = 39.47%
B = 27.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#6E855E (or 0x6E855E) is known color: Camouflage Green. HEX triplet: 6E, 85 and 5E. RGB value is (110,133,94). Sum of RGB (Red+Green+Blue) = 110+133+94=337 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.64% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 133 - color contains mainly: green. Hex color #6E855E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E855E is #917AA1. Grayscale: #797979. Windows color (decimal): -9534114 or 6194542. OLE color: 6194542.

HSL color Cylindrical-coordinate representation of color #6E855E: hue angle of 95.38º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E855E is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 110 133 94 -
CMYK 0.17 0 0.29 0.48
HSL 95.38º 0.17% 0.45% -
HSV(B) 95.38º 0.29% 0.52% -
XYZ 16.84 20.9 13.74 -
YUV 121.68 112.38 119.67 -
System Red Green Blue C M Y K H S L
Decimal 110 133 94 0.17 0 0.29 0.48 95.38 0.17 0.45
Hex 6E 85 5E 11 0 1D 30 5F 11 2D
Octal 156 205 136 21 0 35 60 137 21 55
Binary 1101110 10000101 1011110 10001 0 11101 110000 1011111 10001 101101

Color Harmonies of #6E855E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E855E

Black with #6E855E

Text Example


Text Example

White with #6E855E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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