Html Css Color HEX #7D886C Camouflage Green

📋 copy color: '#7D886C'

red 125 ◦ green 136 ◦ blue 108

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

Shades of Camouflage Green #7D886C

Tints of Camouflage Green #7D886C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.86%

 BLUE value IS 108 (42.58% from 255) = 29.27%

R = 33.88%
G = 36.86%
B = 29.27%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#7D886C (or 0x7D886C) is known color: Camouflage Green. HEX triplet: 7D, 88 and 6C. RGB value is (125,136,108). Sum of RGB (Red+Green+Blue) = 125+136+108=369 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.88% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 136 - color contains mainly: green. Hex color #7D886C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D886C is #827793. Grayscale: #818181. Windows color (decimal): -8550292 or 7112829. OLE color: 7112829.

HSL color Cylindrical-coordinate representation of color #7D886C: hue angle of 83.57º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7D886C is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 125 136 108 -
CMYK 0.08 0 0.21 0.47
HSL 83.57º 0.11% 0.48% -
HSV(B) 83.57º 0.21% 0.53% -
XYZ 19.97 23.05 17.58 -
YUV 129.52 115.86 124.78 -
System Red Green Blue C M Y K H S L
Decimal 125 136 108 0.08 0 0.21 0.47 83.57 0.11 0.48
Hex 7D 88 6C 8 0 15 2F 54 B 30
Octal 175 210 154 10 0 25 57 124 13 60
Binary 1111101 10001000 1101100 1000 0 10101 101111 1010100 1011 110000

Color Harmonies of #7D886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D886C

Black with #7D886C

Text Example


Text Example

White with #7D886C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,136,108); }

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

background-color css

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

 a { background-color: rgb(125,136,108); }

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

border-color css

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

 span { border-color: rgb(125,136,108); }

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