#76865D

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

Shades of Camouflage Green #76865D

Tints of Camouflage Green #76865D

Color information

#76865D (or 0x76865D) is unknown color: approx Camouflage Green. HEX triplet: 76, 86 and 5D. RGB value is (118,134,93). Sum of RGB (Red+Green+Blue) = 118+134+93=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 134 - color contains mainly: green. Hex color #76865D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76865D is #8979A2. Grayscale: #7C7C7C. Windows color (decimal): -9009571 or 6129270. OLE color: 6129270.

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

Color convert

RGB11813493-
CMYK0.1200.310.47
HSL83.41º18.06%44.51%-
HSV(B)83.41º30.6%52.55%-
XYZ17.9721.6913.6-
YUV124.54110.2123.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.20%
GREEN value IS 134 (52.73% from 255) = 38.84%
BLUE value IS 93 (36.72% from 255) = 26.96%
R=34.20%
G=38.84%
B=26.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118134930.1200.310.4783.4118.0644.51
Hex76865DC01F2F53122d
Octal16620613514037571232255
Binary11101101000011010111011100011111101111101001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76865D; }

 p { color: rgb(118,134,93); }

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

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

 a { background-color: rgb(118,134,93); }

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

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

 span { border-color: rgb(118,134,93); }

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