#77855F

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

Shades of Camouflage Green #77855F

Tints of Camouflage Green #77855F

Color information

#77855F (or 0x77855F) is unknown color: approx Camouflage Green. HEX triplet: 77, 85 and 5F. RGB value is (119,133,95). Sum of RGB (Red+Green+Blue) = 119+133+95=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 133 - color contains mainly: green. Hex color #77855F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77855F is #887AA0. Grayscale: #7C7C7C. Windows color (decimal): -8944289 or 6260087. OLE color: 6260087.

HSL color Cylindrical-coordinate representation of color #77855F: hue angle of 82.11º 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 #77855F is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB11913395-
CMYK0.1100.290.48
HSL82.11º16.67%44.71%-
HSV(B)82.11º28.57%52.16%-
XYZ18.0621.5214.03-
YUV124.48111.36124.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.29%
GREEN value IS 133 (52.34% from 255) = 38.33%
BLUE value IS 95 (37.5% from 255) = 27.38%
R=34.29%
G=38.33%
B=27.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal119133950.1100.290.4882.1116.6744.71
Hex77855FB01D3052112d
Octal16720513713035601222155
Binary11101111000010110111111011011101110000101001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77855F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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