Html Css Color HEX #7D8E70 Camouflage Green

📋 copy color: '#7D8E70'

red 125 ◦ green 142 ◦ blue 112

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

Shades of Camouflage Green #7D8E70

Tints of Camouflage Green #7D8E70

RGB

 RED value IS 125 (49.22% from 255) = 32.98%

 GREEN value IS 142 (55.86% from 255) = 37.47%

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

R = 32.98%
G = 37.47%
B = 29.55%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#7D8E70 (or 0x7D8E70) is known color: Camouflage Green. HEX triplet: 7D, 8E and 70. RGB value is (125,142,112). Sum of RGB (Red+Green+Blue) = 125+142+112=379 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.98% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 142 - color contains mainly: green. Hex color #7D8E70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8E70 is #82718F. Grayscale: #858585. Windows color (decimal): -8548752 or 7376509. OLE color: 7376509.

HSL color Cylindrical-coordinate representation of color #7D8E70: hue angle of 94º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7D8E70 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB 125 142 112 -
CMYK 0.12 0 0.21 0.44
HSL 94º 0.12% 0.5% -
HSV(B) 94º 0.21% 0.56% -
XYZ 21.06 24.88 19.02 -
YUV 133.5 115.87 121.94 -
System Red Green Blue C M Y K H S L
Decimal 125 142 112 0.12 0 0.21 0.44 94 0.12 0.5
Hex 7D 8E 70 C 0 15 2C 5E C 32
Octal 175 216 160 14 0 25 54 136 14 62
Binary 1111101 10001110 1110000 1100 0 10101 101100 1011110 1100 110010

Color Harmonies of #7D8E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8E70

Black with #7D8E70

Text Example


Text Example

White with #7D8E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,142,112); }

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

background-color css

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

 a { background-color: rgb(125,142,112); }

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

border-color css

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

 span { border-color: rgb(125,142,112); }

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