#7B8C66

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

Shades of Camouflage Green #7B8C66

Tints of Camouflage Green #7B8C66

Color information

#7B8C66 (or 0x7B8C66) is unknown color: approx Camouflage Green. HEX triplet: 7B, 8C and 66. RGB value is (123,140,102). Sum of RGB (Red+Green+Blue) = 123+140+102=365 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.70% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 140 - color contains mainly: green. Hex color #7B8C66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8C66 is #847399. Grayscale: #828282. Windows color (decimal): -8680346 or 6720635. OLE color: 6720635.

HSL color Cylindrical-coordinate representation of color #7B8C66: hue angle of 86.84º degrees, saturation: 0.16, 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 #7B8C66 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.

Color convert

RGB123140102-
CMYK0.1200.270.45
HSL86.84º15.7%47.45%-
HSV(B)86.84º27.14%54.9%-
XYZ19.9423.9316.14-
YUV130.58111.87122.59-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.70%
GREEN value IS 140 (55.08% from 255) = 38.36%
BLUE value IS 102 (40.23% from 255) = 27.95%
R=33.70%
G=38.36%
B=27.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1231401020.1200.270.4586.8415.747.45
Hex7B8C66C01B2D57102f
Octal17321414614033551272057
Binary11110111000110011001101100011011101101101011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,140,102); }

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

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

 a { background-color: rgb(123,140,102); }

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

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

 span { border-color: rgb(123,140,102); }

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