Html Css Color HEX #7D8575 Camouflage Green

📋 copy color: '#7D8575'

red 125 ◦ green 133 ◦ blue 117

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

Shades of Camouflage Green #7D8575

Tints of Camouflage Green #7D8575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.47%

 BLUE value IS 117 (46.09% from 255) = 31.2%

R = 33.33%
G = 35.47%
B = 31.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#7D8575 (or 0x7D8575) is known color: Camouflage Green. HEX triplet: 7D, 85 and 75. RGB value is (125,133,117). Sum of RGB (Red+Green+Blue) = 125+133+117=375 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.33% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 133 - color contains mainly: green. Hex color #7D8575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D8575 is #827A8A. Grayscale: #808080. Windows color (decimal): -8551051 or 7701885. OLE color: 7701885.

HSL color Cylindrical-coordinate representation of color #7D8575: hue angle of 90º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7D8575 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 125 133 117 -
CMYK 0.06 0 0.12 0.48
HSL 90º 0.06% 0.49% -
HSV(B) 90º 0.12% 0.52% -
XYZ 20.06 22.42 20.1 -
YUV 128.78 121.35 125.3 -
System Red Green Blue C M Y K H S L
Decimal 125 133 117 0.06 0 0.12 0.48 90 0.06 0.49
Hex 7D 85 75 6 0 C 30 5A 6 31
Octal 175 205 165 6 0 14 60 132 6 61
Binary 1111101 10000101 1110101 110 0 1100 110000 1011010 110 110001

Color Harmonies of #7D8575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8575

Black with #7D8575

Text Example


Text Example

White with #7D8575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,133,117); }

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

background-color css

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

 a { background-color: rgb(125,133,117); }

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

border-color css

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

 span { border-color: rgb(125,133,117); }

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