Html Css Color HEX #7E8970 Camouflage Green

📋 copy color: '#7E8970'

red 126 ◦ green 137 ◦ blue 112

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

Shades of Camouflage Green #7E8970

Tints of Camouflage Green #7E8970

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.53%

 BLUE value IS 112 (44.14% from 255) = 29.87%

R = 33.6%
G = 36.53%
B = 29.87%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#7E8970 (or 0x7E8970) is known color: Camouflage Green. HEX triplet: 7E, 89 and 70. RGB value is (126,137,112). Sum of RGB (Red+Green+Blue) = 126+137+112=375 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.6% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 137 - color contains mainly: green. Hex color #7E8970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8970 is #81768F. Grayscale: #828282. Windows color (decimal): -8484496 or 7375230. OLE color: 7375230.

HSL color Cylindrical-coordinate representation of color #7E8970: hue angle of 86.4º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7E8970 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 126 137 112 -
CMYK 0.08 0 0.18 0.46
HSL 86.4º 0.1% 0.49% -
HSV(B) 86.4º 0.18% 0.54% -
XYZ 20.47 23.5 18.79 -
YUV 130.86 117.36 124.53 -
System Red Green Blue C M Y K H S L
Decimal 126 137 112 0.08 0 0.18 0.46 86.4 0.1 0.49
Hex 7E 89 70 8 0 12 2E 56 A 31
Octal 176 211 160 10 0 22 56 126 12 61
Binary 1111110 10001001 1110000 1000 0 10010 101110 1010110 1010 110001

Color Harmonies of #7E8970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8970

Black with #7E8970

Text Example


Text Example

White with #7E8970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,137,112); }

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

background-color css

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

 a { background-color: rgb(126,137,112); }

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

border-color css

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

 span { border-color: rgb(126,137,112); }

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