Html Css Color HEX #7D8D72 Camouflage Green

📋 copy color: '#7D8D72'

red 125 ◦ green 141 ◦ blue 114

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

Shades of Camouflage Green #7D8D72

Tints of Camouflage Green #7D8D72

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.11%

 BLUE value IS 114 (44.92% from 255) = 30%

R = 32.89%
G = 37.11%
B = 30%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#7D8D72 (or 0x7D8D72) is known color: Camouflage Green. HEX triplet: 7D, 8D and 72. RGB value is (125,141,114). Sum of RGB (Red+Green+Blue) = 125+141+114=380 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.89% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 141 - color contains mainly: green. Hex color #7D8D72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8D72 is #82728D. Grayscale: #858585. Windows color (decimal): -8549006 or 7507325. OLE color: 7507325.

HSL color Cylindrical-coordinate representation of color #7D8D72: hue angle of 95.56º 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 #7D8D72 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 125 141 114 -
CMYK 0.11 0 0.19 0.45
HSL 95.56º 0.11% 0.5% -
HSV(B) 95.56º 0.19% 0.55% -
XYZ 21.02 24.62 19.56 -
YUV 133.14 117.2 122.2 -
System Red Green Blue C M Y K H S L
Decimal 125 141 114 0.11 0 0.19 0.45 95.56 0.11 0.5
Hex 7D 8D 72 B 0 13 2D 60 B 32
Octal 175 215 162 13 0 23 55 140 13 62
Binary 1111101 10001101 1110010 1011 0 10011 101101 1100000 1011 110010

Color Harmonies of #7D8D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8D72

Black with #7D8D72

Text Example


Text Example

White with #7D8D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,141,114); }

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

background-color css

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

 a { background-color: rgb(125,141,114); }

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

border-color css

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

 span { border-color: rgb(125,141,114); }

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