#768269

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

Shades of Camouflage Green #768269

Tints of Camouflage Green #768269

Color information

#768269 (or 0x768269) is unknown color: approx Camouflage Green. HEX triplet: 76, 82 and 69. RGB value is (118,130,105). Sum of RGB (Red+Green+Blue) = 118+130+105=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 130 - color contains mainly: green. Hex color #768269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768269 is #897D96. Grayscale: #7B7B7B. Windows color (decimal): -9010583 or 6914678. OLE color: 6914678.

HSL color Cylindrical-coordinate representation of color #768269: hue angle of 88.8º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #768269 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB118130105-
CMYK0.0900.190.49
HSL88.8º10.64%46.08%-
HSV(B)88.8º19.23%50.98%-
XYZ1820.8416.44-
YUV123.56117.52124.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.43%
GREEN value IS 130 (51.17% from 255) = 36.83%
BLUE value IS 105 (41.41% from 255) = 29.75%
R=33.43%
G=36.83%
B=29.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1181301050.0900.190.4988.810.6446.08
Hex76826990133159b2e
Octal16620215111023611311356
Binary1110110100000101101001100101001111000110110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768269; }

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

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

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

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

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

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

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

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