#7C886F

Color #7C886F Camouflage Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camouflage Green #7C886F

Tints of Camouflage Green #7C886F

Color information

#7C886F (or 0x7C886F) is unknown color: approx Camouflage Green. HEX triplet: 7C, 88 and 6F. RGB value is (124,136,111). Sum of RGB (Red+Green+Blue) = 124+136+111=371 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.42% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 136 - color contains mainly: green. Hex color #7C886F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C886F is #837790. Grayscale: #818181. Windows color (decimal): -8615825 or 7309436. OLE color: 7309436.

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

Color convert

RGB124136111-
CMYK0.0900.180.47
HSL88.8º10.12%48.43%-
HSV(B)88.8º18.38%53.33%-
XYZ19.9923.0418.43-
YUV129.56117.52124.03-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.42%
GREEN value IS 136 (53.52% from 255) = 36.66%
BLUE value IS 111 (43.75% from 255) = 29.92%
R=33.42%
G=36.66%
B=29.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1241361110.0900.180.4788.810.1248.43
Hex7C886F90122F59a30
Octal17421015711022571311260
Binary1111100100010001101111100101001010111110110011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,136,111); }

 H1.HeaderClassName
 {
   color: #7C886F;
 }
 .AnyTagClassName
 {
   color: #7C886F;
 }
</style>
background-color css

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

 a { background-color: rgb(124,136,111); }

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

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

 span { border-color: rgb(124,136,111); }

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