#7B8760

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

Shades of Camouflage Green #7B8760

Tints of Camouflage Green #7B8760

Color information

#7B8760 (or 0x7B8760) is unknown color: approx Camouflage Green. HEX triplet: 7B, 87 and 60. RGB value is (123,135,96). Sum of RGB (Red+Green+Blue) = 123+135+96=354 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.75% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 135 - color contains mainly: green. Hex color #7B8760 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8760 is #84789F. Grayscale: #7F7F7F. Windows color (decimal): -8681632 or 6326139. OLE color: 6326139.

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

Color convert

RGB12313596-
CMYK0.0900.290.47
HSL78.46º16.88%45.29%-
HSV(B)78.46º28.89%52.94%-
XYZ18.9422.3814.39-
YUV126.97110.52125.17-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.75%
GREEN value IS 135 (53.12% from 255) = 38.14%
BLUE value IS 96 (37.89% from 255) = 27.12%
R=34.75%
G=38.14%
B=27.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal123135960.0900.290.4778.4616.8845.29
Hex7B8760901D2F4e112d
Octal17320714011035571162155
Binary11110111000011111000001001011101101111100111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,135,96); }

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

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

 a { background-color: rgb(123,135,96); }

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

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

 span { border-color: rgb(123,135,96); }

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