#768B69

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

Shades of Camouflage Green #768B69

Tints of Camouflage Green #768B69

Color information

#768B69 (or 0x768B69) is unknown color: approx Camouflage Green. HEX triplet: 76, 8B and 69. RGB value is (118,139,105). Sum of RGB (Red+Green+Blue) = 118+139+105=362 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.60% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 139 - color contains mainly: green. Hex color #768B69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768B69 is #897496. Grayscale: #808080. Windows color (decimal): -9008279 or 6916982. OLE color: 6916982.

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

Color convert

RGB118139105-
CMYK0.1500.240.45
HSL97.06º13.93%47.84%-
HSV(B)97.06º24.46%54.51%-
XYZ19.2523.3416.85-
YUV128.84114.54120.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.60%
GREEN value IS 139 (54.69% from 255) = 38.40%
BLUE value IS 105 (41.41% from 255) = 29.01%
R=32.60%
G=38.40%
B=29.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181391050.1500.240.4597.0613.9347.84
Hex768B69F0182D61e30
Octal16621315117030551411660
Binary1110110100010111101001111101100010110111000011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768B69; }

 p { color: rgb(118,139,105); }

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

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

 a { background-color: rgb(118,139,105); }

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

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

 span { border-color: rgb(118,139,105); }

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