Html Css Color HEX #7D8973 Camouflage Green

📋 copy color: '#7D8973'

red 125 ◦ green 137 ◦ blue 115

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

Shades of Camouflage Green #7D8973

Tints of Camouflage Green #7D8973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.5%

R = 33.16%
G = 36.34%
B = 30.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#7D8973 (or 0x7D8973) is known color: Camouflage Green. HEX triplet: 7D, 89 and 73. RGB value is (125,137,115). Sum of RGB (Red+Green+Blue) = 125+137+115=377 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.16% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 137 - color contains mainly: green. Hex color #7D8973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8973 is #82768C. Grayscale: #828282. Windows color (decimal): -8550029 or 7571837. OLE color: 7571837.

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

Color convert

RGB 125 137 115 -
CMYK 0.09 0 0.16 0.46
HSL 92.73º 0.09% 0.49% -
HSV(B) 92.73º 0.16% 0.54% -
XYZ 20.5 23.49 19.67 -
YUV 130.9 119.02 123.79 -
System Red Green Blue C M Y K H S L
Decimal 125 137 115 0.09 0 0.16 0.46 92.73 0.09 0.49
Hex 7D 89 73 9 0 10 2E 5D 9 31
Octal 175 211 163 11 0 20 56 135 11 61
Binary 1111101 10001001 1110011 1001 0 10000 101110 1011101 1001 110001

Color Harmonies of #7D8973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8973

Black with #7D8973

Text Example


Text Example

White with #7D8973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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