Html Css Color HEX #7D876C Camouflage Green

📋 copy color: '#7D876C'

red 125 ◦ green 135 ◦ blue 108

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

Shades of Camouflage Green #7D876C

Tints of Camouflage Green #7D876C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.68%

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

R = 33.97%
G = 36.68%
B = 29.35%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#7D876C (or 0x7D876C) is known color: Camouflage Green. HEX triplet: 7D, 87 and 6C. RGB value is (125,135,108). Sum of RGB (Red+Green+Blue) = 125+135+108=368 (48% of max value = 765). Red value is 125 (49.22% from 255 or 33.97% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 135 - color contains mainly: green. Hex color #7D876C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D876C is #827893. Grayscale: #818181. Windows color (decimal): -8550548 or 7112573. OLE color: 7112573.

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

Color convert

RGB 125 135 108 -
CMYK 0.07 0 0.2 0.47
HSL 82.22º 0.11% 0.48% -
HSV(B) 82.22º 0.2% 0.53% -
XYZ 19.83 22.77 17.54 -
YUV 128.93 116.19 125.2 -
System Red Green Blue C M Y K H S L
Decimal 125 135 108 0.07 0 0.2 0.47 82.22 0.11 0.48
Hex 7D 87 6C 7 0 14 2F 52 B 30
Octal 175 207 154 7 0 24 57 122 13 60
Binary 1111101 10000111 1101100 111 0 10100 101111 1010010 1011 110000

Color Harmonies of #7D876C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D876C

Black with #7D876C

Text Example


Text Example

White with #7D876C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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