#7B8870

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

Shades of Camouflage Green #7B8870

Tints of Camouflage Green #7B8870

Color information

#7B8870 (or 0x7B8870) is unknown color: approx Camouflage Green. HEX triplet: 7B, 88 and 70. RGB value is (123,136,112). Sum of RGB (Red+Green+Blue) = 123+136+112=371 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.15% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 136 - color contains mainly: green. Hex color #7B8870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8870 is #84778F. Grayscale: #818181. Windows color (decimal): -8681360 or 7374971. OLE color: 7374971.

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

Color convert

RGB123136112-
CMYK0.1000.180.47
HSL92.5º9.68%48.63%-
HSV(B)92.5º17.65%53.33%-
XYZ19.922.9918.72-
YUV129.38118.19123.45-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.15%
GREEN value IS 136 (53.52% from 255) = 36.66%
BLUE value IS 112 (44.14% from 255) = 30.19%
R=33.15%
G=36.66%
B=30.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1231361120.1000.180.4792.59.6848.63
Hex7B8870A0122F5da31
Octal17321016012022571351261
Binary1111011100010001110000101001001010111110111011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B8870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,136,112); }

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

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

 a { background-color: rgb(123,136,112); }

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

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

 span { border-color: rgb(123,136,112); }

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