#7B8C68

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

Shades of Camouflage Green #7B8C68

Tints of Camouflage Green #7B8C68

Color information

#7B8C68 (or 0x7B8C68) is unknown color: approx Camouflage Green. HEX triplet: 7B, 8C and 68. RGB value is (123,140,104). Sum of RGB (Red+Green+Blue) = 123+140+104=367 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.51% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 140 - color contains mainly: green. Hex color #7B8C68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8C68 is #847397. Grayscale: #828282. Windows color (decimal): -8680344 or 6851707. OLE color: 6851707.

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

Color convert

RGB123140104-
CMYK0.1200.260.45
HSL88.33º14.75%47.84%-
HSV(B)88.33º25.71%54.9%-
XYZ20.0523.9716.67-
YUV130.81112.87122.43-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.51%
GREEN value IS 140 (55.08% from 255) = 38.15%
BLUE value IS 104 (41.02% from 255) = 28.34%
R=33.51%
G=38.15%
B=28.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1231401040.1200.260.4588.3314.7547.84
Hex7B8C68C01A2D58f30
Octal17321415014032551301760
Binary1111011100011001101000110001101010110110110001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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