#778768

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

Shades of Camouflage Green #778768

Tints of Camouflage Green #778768

Color information

#778768 (or 0x778768) is unknown color: approx Camouflage Green. HEX triplet: 77, 87 and 68. RGB value is (119,135,104). Sum of RGB (Red+Green+Blue) = 119+135+104=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 135 - color contains mainly: green. Hex color #778768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778768 is #887897. Grayscale: #7E7E7E. Windows color (decimal): -8943768 or 6850423. OLE color: 6850423.

HSL color Cylindrical-coordinate representation of color #778768: hue angle of 90.97º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #778768 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB119135104-
CMYK0.1200.230.47
HSL90.97º12.97%46.86%-
HSV(B)90.97º22.96%52.94%-
XYZ18.7722.2516.4-
YUV126.68115.2122.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.24%
GREEN value IS 135 (53.12% from 255) = 37.71%
BLUE value IS 104 (41.02% from 255) = 29.05%
R=33.24%
G=37.71%
B=29.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1191351040.1200.230.4790.9712.9746.86
Hex778768C0172F5bd2f
Octal16720715014027571331557
Binary1110111100001111101000110001011110111110110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778768; }

 p { color: rgb(119,135,104); }

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

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

 a { background-color: rgb(119,135,104); }

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

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

 span { border-color: rgb(119,135,104); }

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