Html Css Color HEX #6E8260 Camouflage Green

📋 copy color: '#6E8260'

red 110 ◦ green 130 ◦ blue 96

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

Shades of Camouflage Green #6E8260

Tints of Camouflage Green #6E8260

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.69%

 BLUE value IS 96 (37.89% from 255) = 28.57%

R = 32.74%
G = 38.69%
B = 28.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#6E8260 (or 0x6E8260) is known color: Camouflage Green. HEX triplet: 6E, 82 and 60. RGB value is (110,130,96). Sum of RGB (Red+Green+Blue) = 110+130+96=336 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.74% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 130 - color contains mainly: green. Hex color #6E8260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8260 is #917D9F. Grayscale: #787878. Windows color (decimal): -9534880 or 6324846. OLE color: 6324846.

HSL color Cylindrical-coordinate representation of color #6E8260: hue angle of 95.29º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E8260 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 110 130 96 -
CMYK 0.15 0 0.26 0.49
HSL 95.29º 0.15% 0.44% -
HSV(B) 95.29º 0.26% 0.51% -
XYZ 16.52 20.12 14.08 -
YUV 120.14 114.37 120.76 -
System Red Green Blue C M Y K H S L
Decimal 110 130 96 0.15 0 0.26 0.49 95.29 0.15 0.44
Hex 6E 82 60 F 0 1A 31 5F F 2C
Octal 156 202 140 17 0 32 61 137 17 54
Binary 1101110 10000010 1100000 1111 0 11010 110001 1011111 1111 101100

Color Harmonies of #6E8260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8260

Black with #6E8260

Text Example


Text Example

White with #6E8260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,130,96); }

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

background-color css

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

 a { background-color: rgb(110,130,96); }

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

border-color css

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

 span { border-color: rgb(110,130,96); }

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