#768069

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

Shades of Camouflage Green #768069

Tints of Camouflage Green #768069

Color information

#768069 (or 0x768069) is unknown color: approx Camouflage Green. HEX triplet: 76, 80 and 69. RGB value is (118,128,105). Sum of RGB (Red+Green+Blue) = 118+128+105=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 105 (41.41% from 255 or 29.91% from 351); Max value from RGB is 128 - color contains mainly: green. Hex color #768069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768069 is #897F96. Grayscale: #7A7A7A. Windows color (decimal): -9011095 or 6914166. OLE color: 6914166.

HSL color Cylindrical-coordinate representation of color #768069: hue angle of 86.09º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #768069 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB118128105-
CMYK0.0800.180.50
HSL86.09º9.87%45.69%-
HSV(B)86.09º17.97%50.2%-
XYZ17.7420.3116.35-
YUV122.39118.19124.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.62%
GREEN value IS 128 (50.39% from 255) = 36.47%
BLUE value IS 105 (41.41% from 255) = 29.91%
R=33.62%
G=36.47%
B=29.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1181281050.0800.180.5086.099.8745.69
Hex76806980123256a2e
Octal16620015110022621261256
Binary1110110100000001101001100001001011001010101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768069; }

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

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

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

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

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

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

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

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