Html Css Color HEX #7E8C71 Camouflage Green

📋 copy color: '#7E8C71'

red 126 ◦ green 140 ◦ blue 113

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

Shades of Camouflage Green #7E8C71

Tints of Camouflage Green #7E8C71

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.94%

 BLUE value IS 113 (44.53% from 255) = 29.82%

R = 33.25%
G = 36.94%
B = 29.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#7E8C71 (or 0x7E8C71) is known color: Camouflage Green. HEX triplet: 7E, 8C and 71. RGB value is (126,140,113). Sum of RGB (Red+Green+Blue) = 126+140+113=379 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.25% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 140 - color contains mainly: green. Hex color #7E8C71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8C71 is #81738E. Grayscale: #848484. Windows color (decimal): -8483727 or 7441534. OLE color: 7441534.

HSL color Cylindrical-coordinate representation of color #7E8C71: hue angle of 91.11º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7E8C71 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 126 140 113 -
CMYK 0.10 0 0.19 0.45
HSL 91.11º 0.11% 0.5% -
HSV(B) 91.11º 0.19% 0.55% -
XYZ 20.96 24.38 19.22 -
YUV 132.74 116.86 123.2 -
System Red Green Blue C M Y K H S L
Decimal 126 140 113 0.10 0 0.19 0.45 91.11 0.11 0.5
Hex 7E 8C 71 A 0 13 2D 5B B 32
Octal 176 214 161 12 0 23 55 133 13 62
Binary 1111110 10001100 1110001 1010 0 10011 101101 1011011 1011 110010

Color Harmonies of #7E8C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8C71

Black with #7E8C71

Text Example


Text Example

White with #7E8C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,140,113); }

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

background-color css

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

 a { background-color: rgb(126,140,113); }

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

border-color css

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

 span { border-color: rgb(126,140,113); }

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