#7C8B66

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

Shades of Camouflage Green #7C8B66

Tints of Camouflage Green #7C8B66

Color information

#7C8B66 (or 0x7C8B66) is unknown color: approx Camouflage Green. HEX triplet: 7C, 8B and 66. RGB value is (124,139,102). Sum of RGB (Red+Green+Blue) = 124+139+102=365 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.97% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 139 - color contains mainly: green. Hex color #7C8B66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C8B66 is #837499. Grayscale: #828282. Windows color (decimal): -8615066 or 6720380. OLE color: 6720380.

HSL color Cylindrical-coordinate representation of color #7C8B66: hue angle of 84.32º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C8B66 is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB124139102-
CMYK0.1100.270.45
HSL84.32º15.35%47.25%-
HSV(B)84.32º26.62%54.51%-
XYZ19.9423.7116.1-
YUV130.3112.03123.51-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.97%
GREEN value IS 139 (54.69% from 255) = 38.08%
BLUE value IS 102 (40.23% from 255) = 27.95%
R=33.97%
G=38.08%
B=27.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1241391020.1100.270.4584.3215.3547.25
Hex7C8B66B01B2D54f2f
Octal17421314613033551241757
Binary1111100100010111100110101101101110110110101001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C8B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,139,102); }

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

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

 a { background-color: rgb(124,139,102); }

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

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

 span { border-color: rgb(124,139,102); }

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