Html Css Color HEX #7E8E6F Camouflage Green

📋 copy color: '#7E8E6F'

red 126 ◦ green 142 ◦ blue 111

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

Shades of Camouflage Green #7E8E6F

Tints of Camouflage Green #7E8E6F

RGB

 RED value IS 126 (49.61% from 255) = 33.25%

 GREEN value IS 142 (55.86% from 255) = 37.47%

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

R = 33.25%
G = 37.47%
B = 29.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#7E8E6F (or 0x7E8E6F) is known color: Camouflage Green. HEX triplet: 7E, 8E and 6F. RGB value is (126,142,111). Sum of RGB (Red+Green+Blue) = 126+142+111=379 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.25% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 142 - color contains mainly: green. Hex color #7E8E6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8E6F is #817190. Grayscale: #858585. Windows color (decimal): -8483217 or 7310974. OLE color: 7310974.

HSL color Cylindrical-coordinate representation of color #7E8E6F: hue angle of 90.97º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7E8E6F is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 126 142 111 -
CMYK 0.11 0 0.22 0.44
HSL 90.97º 0.12% 0.5% -
HSV(B) 90.97º 0.22% 0.56% -
XYZ 21.15 24.93 18.74 -
YUV 133.68 115.2 122.52 -
System Red Green Blue C M Y K H S L
Decimal 126 142 111 0.11 0 0.22 0.44 90.97 0.12 0.5
Hex 7E 8E 6F B 0 16 2C 5B C 32
Octal 176 216 157 13 0 26 54 133 14 62
Binary 1111110 10001110 1101111 1011 0 10110 101100 1011011 1100 110010

Color Harmonies of #7E8E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8E6F

Black with #7E8E6F

Text Example


Text Example

White with #7E8E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E8E6F; }

 p { color: rgb(126,142,111); }

 H1.HeaderClassName
 {
   color: #7E8E6F;
 }
 .AnyTagClassName
 {
   color: #7E8E6F;
 }
</style>

background-color css

<style>
 a { background-color: #7E8E6F; }

 a { background-color: rgb(126,142,111); }

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

border-color css

<style>
 span { border-color: #7E8E6F; }

 span { border-color: rgb(126,142,111); }

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