Html Css Color HEX #7E8770 Camouflage Green

📋 copy color: '#7E8770'

red 126 ◦ green 135 ◦ blue 112

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

Shades of Camouflage Green #7E8770

Tints of Camouflage Green #7E8770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.19%

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

R = 33.78%
G = 36.19%
B = 30.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#7E8770 (or 0x7E8770) is known color: Camouflage Green. HEX triplet: 7E, 87 and 70. RGB value is (126,135,112). Sum of RGB (Red+Green+Blue) = 126+135+112=373 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.78% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 135 - color contains mainly: green. Hex color #7E8770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E8770 is #81788F. Grayscale: #818181. Windows color (decimal): -8485008 or 7374718. OLE color: 7374718.

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

Color convert

RGB 126 135 112 -
CMYK 0.07 0 0.17 0.47
HSL 83.48º 0.09% 0.48% -
HSV(B) 83.48º 0.17% 0.53% -
XYZ 20.19 22.93 18.69 -
YUV 129.69 118.02 125.37 -
System Red Green Blue C M Y K H S L
Decimal 126 135 112 0.07 0 0.17 0.47 83.48 0.09 0.48
Hex 7E 87 70 7 0 11 2F 53 9 30
Octal 176 207 160 7 0 21 57 123 11 60
Binary 1111110 10000111 1110000 111 0 10001 101111 1010011 1001 110000

Color Harmonies of #7E8770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E8770

Black with #7E8770

Text Example


Text Example

White with #7E8770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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