Html Css Color HEX #7E8675 Camouflage Green

📋 copy color: '#7E8675'

red 126 ◦ green 134 ◦ blue 117

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

Shades of Camouflage Green #7E8675

Tints of Camouflage Green #7E8675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.03%

R = 33.42%
G = 35.54%
B = 31.03%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#7E8675 (or 0x7E8675) is known color: Camouflage Green. HEX triplet: 7E, 86 and 75. RGB value is (126,134,117). Sum of RGB (Red+Green+Blue) = 126+134+117=377 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.42% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 134 - color contains mainly: green. Hex color #7E8675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8675 is #81798A. Grayscale: #818181. Windows color (decimal): -8485259 or 7702142. OLE color: 7702142.

HSL color Cylindrical-coordinate representation of color #7E8675: hue angle of 88.24º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7E8675 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 126 134 117 -
CMYK 0.06 0 0.13 0.47
HSL 88.24º 0.07% 0.49% -
HSV(B) 88.24º 0.13% 0.53% -
XYZ 20.34 22.77 20.15 -
YUV 129.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 126 134 117 0.06 0 0.13 0.47 88.24 0.07 0.49
Hex 7E 86 75 6 0 D 2F 58 7 31
Octal 176 206 165 6 0 15 57 130 7 61
Binary 1111110 10000110 1110101 110 0 1101 101111 1011000 111 110001

Color Harmonies of #7E8675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8675

Black with #7E8675

Text Example


Text Example

White with #7E8675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,134,117); }

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

background-color css

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

 a { background-color: rgb(126,134,117); }

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

border-color css

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

 span { border-color: rgb(126,134,117); }

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