Html Css Color HEX #7E8A70 Camouflage Green

📋 copy color: '#7E8A70'

red 126 ◦ green 138 ◦ blue 112

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

Shades of Camouflage Green #7E8A70

Tints of Camouflage Green #7E8A70

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.7%

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

R = 33.51%
G = 36.7%
B = 29.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#7E8A70 (or 0x7E8A70) is known color: Camouflage Green. HEX triplet: 7E, 8A and 70. RGB value is (126,138,112). Sum of RGB (Red+Green+Blue) = 126+138+112=376 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.51% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 138 - color contains mainly: green. Hex color #7E8A70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8A70 is #81758F. Grayscale: #838383. Windows color (decimal): -8484240 or 7375486. OLE color: 7375486.

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

Color convert

RGB 126 138 112 -
CMYK 0.09 0 0.19 0.46
HSL 87.69º 0.1% 0.49% -
HSV(B) 87.69º 0.19% 0.54% -
XYZ 20.62 23.78 18.83 -
YUV 131.45 117.02 124.11 -
System Red Green Blue C M Y K H S L
Decimal 126 138 112 0.09 0 0.19 0.46 87.69 0.1 0.49
Hex 7E 8A 70 9 0 13 2E 58 A 31
Octal 176 212 160 11 0 23 56 130 12 61
Binary 1111110 10001010 1110000 1001 0 10011 101110 1011000 1010 110001

Color Harmonies of #7E8A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8A70

Black with #7E8A70

Text Example


Text Example

White with #7E8A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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