Html Css Color HEX #7D8972 Camouflage Green

📋 copy color: '#7D8972'

red 125 ◦ green 137 ◦ blue 114

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

Shades of Camouflage Green #7D8972

Tints of Camouflage Green #7D8972

RGB

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

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

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

R = 33.24%
G = 36.44%
B = 30.32%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#7D8972 (or 0x7D8972) is known color: Camouflage Green. HEX triplet: 7D, 89 and 72. RGB value is (125,137,114). Sum of RGB (Red+Green+Blue) = 125+137+114=376 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.24% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 137 - color contains mainly: green. Hex color #7D8972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8972 is #82768D. Grayscale: #828282. Windows color (decimal): -8550030 or 7506301. OLE color: 7506301.

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

Color convert

RGB 125 137 114 -
CMYK 0.09 0 0.17 0.46
HSL 91.3º 0.09% 0.49% -
HSV(B) 91.3º 0.17% 0.54% -
XYZ 20.44 23.47 19.37 -
YUV 130.79 118.52 123.87 -
System Red Green Blue C M Y K H S L
Decimal 125 137 114 0.09 0 0.17 0.46 91.3 0.09 0.49
Hex 7D 89 72 9 0 11 2E 5B 9 31
Octal 175 211 162 11 0 21 56 133 11 61
Binary 1111101 10001001 1110010 1001 0 10001 101110 1011011 1001 110001

Color Harmonies of #7D8972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8972

Black with #7D8972

Text Example


Text Example

White with #7D8972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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