#788C69

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

Shades of Camouflage Green #788C69

Tints of Camouflage Green #788C69

Color information

#788C69 (or 0x788C69) is unknown color: approx Camouflage Green. HEX triplet: 78, 8C and 69. RGB value is (120,140,105). Sum of RGB (Red+Green+Blue) = 120+140+105=365 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.88% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 140 - color contains mainly: green. Hex color #788C69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788C69 is #877396. Grayscale: #828282. Windows color (decimal): -8876951 or 6917240. OLE color: 6917240.

HSL color Cylindrical-coordinate representation of color #788C69: hue angle of 94.29º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #788C69 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB120140105-
CMYK0.1400.250.45
HSL94.29º14.29%48.04%-
HSV(B)94.29º25%54.9%-
XYZ19.6723.7716.92-
YUV130.03113.87120.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.88%
GREEN value IS 140 (55.08% from 255) = 38.36%
BLUE value IS 105 (41.41% from 255) = 28.77%
R=32.88%
G=38.36%
B=28.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1201401050.1400.250.4594.2914.2948.04
Hex788C69E0192D5ee30
Octal17021415116031551361660
Binary1111000100011001101001111001100110110110111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788C69; }

 p { color: rgb(120,140,105); }

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

<style>
 a { background-color: #788C69; }

 a { background-color: rgb(120,140,105); }

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

<style>
 span { border-color: #788C69; }

 span { border-color: rgb(120,140,105); }

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