#78855F

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

Shades of Camouflage Green #78855F

Tints of Camouflage Green #78855F

Color information

#78855F (or 0x78855F) is unknown color: approx Camouflage Green. HEX triplet: 78, 85 and 5F. RGB value is (120,133,95). Sum of RGB (Red+Green+Blue) = 120+133+95=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 133 - color contains mainly: green. Hex color #78855F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78855F is #877AA0. Grayscale: #7C7C7C. Windows color (decimal): -8878753 or 6260088. OLE color: 6260088.

HSL color Cylindrical-coordinate representation of color #78855F: hue angle of 80.53º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #78855F is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB12013395-
CMYK0.1000.290.48
HSL80.53º16.67%44.71%-
HSV(B)80.53º28.57%52.16%-
XYZ18.221.5914.04-
YUV124.78111.19124.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.48%
GREEN value IS 133 (52.34% from 255) = 38.22%
BLUE value IS 95 (37.5% from 255) = 27.30%
R=34.48%
G=38.22%
B=27.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal120133950.1000.290.4880.5316.6744.71
Hex78855FA01D3051112d
Octal17020513712035601212155
Binary11110001000010110111111010011101110000101000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78855F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78855F; }

 p { color: rgb(120,133,95); }

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

<style>
 a { background-color: #78855F; }

 a { background-color: rgb(120,133,95); }

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

<style>
 span { border-color: #78855F; }

 span { border-color: rgb(120,133,95); }

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