#768669

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

Shades of Camouflage Green #768669

Tints of Camouflage Green #768669

Color information

#768669 (or 0x768669) is unknown color: approx Camouflage Green. HEX triplet: 76, 86 and 69. RGB value is (118,134,105). Sum of RGB (Red+Green+Blue) = 118+134+105=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 134 - color contains mainly: green. Hex color #768669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768669 is #897996. Grayscale: #7E7E7E. Windows color (decimal): -9009559 or 6915702. OLE color: 6915702.

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

Color convert

RGB118134105-
CMYK0.1200.220.47
HSL93.1º12.13%46.86%-
HSV(B)93.1º21.64%52.55%-
XYZ18.5521.9216.62-
YUV125.91116.2122.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.05%
GREEN value IS 134 (52.73% from 255) = 37.54%
BLUE value IS 105 (41.41% from 255) = 29.41%
R=33.05%
G=37.54%
B=29.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181341050.1200.220.4793.112.1346.86
Hex768669C0162F5dc2f
Octal16620615114026571351457
Binary1110110100001101101001110001011010111110111011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768669; }

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

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

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

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

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

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

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

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